getdisp()
Moderators: silvia, selimgunay, Moderators
Re: getdisp()
i used theNodes[0]->getDisp()
Re: getdisp()
it returns a const Vector, does that Vector contain 0's .. if so the committed displalecements of the node are 0, so either node has not moved or is back at it's original position.
if this is the first step and you are looking for trial displacements instead of committed displacements, ise getTrialDisp() instead.
if this is the first step and you are looking for trial displacements instead of committed displacements, ise getTrialDisp() instead.