Hello fmk,
can the the stiffness be secant stiffness? and the commit state() and revert to last commit() what are their function? Thank you ahead!
Best wishes,
Alexli
question about get tangent()
Moderators: silvia, selimgunay, Moderators
question about get tangent()
I want to become a good engineer
the stiffness can be the secant you just won't converge as fast as if you had provided the tangent stiffness ..
comiitState tells the object a converged step has been reached (the last trial step was on the solution path and is being accepted) .. if the object needs to it should save any history data that may be required for the next step
revertToLastCommit tells the object that the last trial step is to be ignored and the object is to go back to the state it was in and the last converged step, i.e. the state it was in when commit was last called on it.
comiitState tells the object a converged step has been reached (the last trial step was on the solution path and is being accepted) .. if the object needs to it should save any history data that may be required for the next step
revertToLastCommit tells the object that the last trial step is to be ignored and the object is to go back to the state it was in and the last converged step, i.e. the state it was in when commit was last called on it.