Hi,

I see this function in TSC engine

Vector3r TriaxialStressController::getStress(int boundId) {assert
(boundId>=0 && boundId<=5); return stress[boundId];}

Even if you assert the id of the boundary, it seems that it returns a value
with no error message also if you type label.stress(20) in python (being
label the name of the engine). Is it expected? Just to know.

Chiara
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to