67 #include "solution/analysis/integrator/StaticIntegrator.h" 68 #include "utility/matrix/Vector.h" 94 int update(
const Vector &deltaU);
100 inline Integrator *LoadPath::getCopy(
void)
const Base class for static integrators.
Definition: StaticIntegrator.h:83
LoadPath(SoluMethod *)
Constructor.
Definition: LoadPath.cpp:76
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
LoadPath is an algorithmic class for performing a static analysis using a user defined load path (a u...
Definition: LoadPath.h:78
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: LoadPath.cpp:141
Communication parameters between processes.
Definition: CommParameters.h:65
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: LoadPath.cpp:132
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91