68 #include "solution/analysis/integrator/static/BaseControl.h"   116     double dLambdaMin, dLambdaMax; 
   131     inline double getDeltaLambda(
void)
 const   132       { 
return deltaLambda; }
   134     inline double getDeltaLambdaMin(
void)
 const   135       { 
return dLambdaMin; }
   137     inline double getDeltaLambdaMax(
void)
 const   138       { 
return dLambdaMax; }
   144     void Print(std::ostream &s, 
int flag =0) 
const;    
 void setDeltaLambda(const double &)
Sets deltaLambda and updates dLamdaMin and dLambdaMax values. 
Definition: LoadControl.cpp:158
Float vector abstraction. 
Definition: Vector.h:94
Integratior used to perform a static analysis using the load control method. 
Definition: LoadControl.h:112
void Print(std::ostream &s, int flag=0) const
The object sends to  its type, the current value of , and . 
Definition: LoadControl.cpp:229
Communication parameters between processes. 
Definition: Communicator.h:66
int newStep(void)
Perform a new analysis step. 
Definition: LoadControl.cpp:97
FEM_ObjectBroker is is an object broker class for the finite element method. 
Definition: FEM_ObjectBroker.h:151
int recvData(const Communicator &)
Receives object members through the communicator argument. 
Definition: LoadControl.cpp:186
Base class for load and displacement control static integrators . 
Definition: BaseControl.h:40
LoadControl(SolutionStrategy *, double deltaLambda=1.0, int numIncr=1, double minLambda=1.0, double maxlambda=1.0)
Constructor. 
Definition: LoadControl.cpp:77
int recvSelf(const Communicator &)
Receive the object. 
Definition: LoadControl.cpp:207
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
int sendData(Communicator &)
Send object members through the communicator argument. 
Definition: LoadControl.cpp:178
void setDeltaLambdaMax(const double &)
Sets the value of the maximum increment factor. 
Definition: LoadControl.cpp:174
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
int update(const Vector &deltaU)
Update the model state. 
Definition: LoadControl.cpp:132
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int sendSelf(Communicator &)
Send the object. 
Definition: LoadControl.cpp:193
void setDeltaLambdaMin(const double &)
Sets the value of the minimum increment factor. 
Definition: LoadControl.cpp:170