45 #include "solution/analysis/integrator/StaticIntegrator.h" 52 #define SIGN_LAST_STEP 1 53 #define CHANGE_DETERMINANT 2 66 int type,changed,nitr;
67 Vector *du,*du0, *uq, *uq0, *uqn, *ur;
85 void Print(std::ostream &s,
int flag =0)
const;
{staticFormTaylor} {equation}
Definition: StaticIntegrator.h:138
void Print(std::ostream &s, int flag=0) const
The Integrator is to send information to the stream based on the integer flag.
Definition: EQPath.cpp:556
Equilibrium path following methods.
Definition: EQPath.h:60
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
int sendSelf(Communicator &)
Send the object.
Definition: EQPath.cpp:521
int recvSelf(const Communicator &)
Receive the object.
Definition: EQPath.cpp:536
int domainChanged(void)
Make required changes when a change in the domain occurs.
Definition: EQPath.cpp:406
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int update(const Vector &deltaU)
When invoked causes the integrator object to update the DOF_Group responses with the appropriate valu...
Definition: EQPath.cpp:156