68 #include "solution/analysis/integrator/StaticIntegrator.h" 69 #include "utility/matrix/Vector.h" {staticFormTaylor} {equation}
Definition: StaticIntegrator.h:138
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
int recvSelf(const Communicator &)
Receives object members through the communicator argument.
Definition: LoadPath.cpp:195
Integrator * getCopy(void) const
Virtual constructor.
Definition: LoadPath.cpp:91
int newStep(void)
The object obtains the current value of from the path vector using the current index.
Definition: LoadPath.cpp:101
int update(const Vector &deltaU)
Invoked this causes the object to first increment the DOF_Group displacements with ...
Definition: LoadPath.cpp:145
int sendSelf(Communicator &)
Send object through the communicator argument.
Definition: LoadPath.cpp:179
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: LoadPath.cpp:170
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
LoadPath(SolutionStrategy *)
Constructor.
Definition: LoadPath.cpp:87
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: LoadPath.cpp:161
LoadPath is an algorithmic class for performing a static analysis using a user defined load path (a u...
Definition: LoadPath.h:99