67 #include "solution/analysis/integrator/StaticIntegrator.h" 68 #include "utility/matrix/Vector.h" {staticFormTaylor} {equation}
Definition: StaticIntegrator.h:137
Float vector abstraction.
Definition: Vector.h:93
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
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 recvSelf(const CommParameters &)
Receives in a ID of size 2 the size of the vector and current index.
Definition: LoadPath.cpp:202
int update(const Vector &deltaU)
Invoked this causes the object to first increment the DOF_Group displacements with ...
Definition: LoadPath.cpp:145
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: LoadPath.cpp:171
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
LoadPath(AnalysisAggregation *)
Constructor.
Definition: LoadPath.cpp:87
int sendSelf(CommParameters &)
Places the size if path and the index in an ID of size 5 and send this ID.
Definition: LoadPath.cpp:183
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
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:98