State parameter for user element

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

Moderators: silvia, selimgunay, Moderators

Post Reply
avytin
Posts: 75
Joined: Fri Dec 08, 2006 5:41 pm
Location: MiT

State parameter for user element

Post by avytin »

Hi,
I do have very small experience in c++. What I am interested in doing is implementing a user element but I want the formulation to include a state parameter, that at first gets initialized, changes at every iteration and is committed when convergence is achieved. Which approach would you recommend using?

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

Post by fmk »

look at a simple nonlinear material, e.g. ElasticPP to see how state variables are handled. then look at the Truss element to see what ethods need to be implemented for
an element.[/list]
Post Reply