GetNodeIncrDeltaDisp or GetNodeIncrDisp?

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
johnnyontheweb
Posts: 46
Joined: Sat Oct 08, 2011 6:28 am

GetNodeIncrDeltaDisp or GetNodeIncrDisp?

Post by johnnyontheweb »

Dear fmk,
what is exactly the difference between OPS_GetNodeIncrDeltaDisp and OPS_GetNodeIncrDisp in the element APIs?

thanks,
Giovanni
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: GetNodeIncrDeltaDisp or GetNodeIncrDisp?

Post by fmk »

the getIncrDisp returns the incremental displacement from the last committed step
the getIncrDeltaDisp returns the incremental displacement from the previous trial step.
johnnyontheweb
Posts: 46
Joined: Sat Oct 08, 2011 6:28 am

Re: GetNodeIncrDeltaDisp or GetNodeIncrDisp?

Post by johnnyontheweb »

got it, it's clear now.
Thanks
Post Reply