67 #ifndef DistributedDisplacementControl_h    68 #define DistributedDisplacementControl_h    70 #include "solution/analysis/integrator/static/DisplacementControl.h"    71 #include "utility/actor/actor/DistributedObj.h"   102     void Print(std::ostream &s, 
int flag =0) 
const;    
   104 inline Integrator *DistributedDisplacementControl::getCopy(
void)
 const Float vector abstraction. 
Definition: Vector.h:94
Communication parameters between processes. 
Definition: Communicator.h:66
Distributed version of the algorithmic class for performing a static analysis using the displacement ...
Definition: DistributedDisplacementControl.h:82
Algorithmic class for performing a static analysis using the displacement control method...
Definition: DisplacementControl.h:96
int newStep(void)
Performs a new analysis step. 
Definition: DistributedDisplacementControl.cpp:87
double maxIncrement
min/max values of deltaU at (i) 
Definition: DisplacementControl.h:104
int domainChanged(void)
Make required changes when a change in the domain occurs. 
Definition: DistributedDisplacementControl.cpp:197
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: DistributedDisplacementControl.cpp:362
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
Object distributed on many processes. 
Definition: DistributedObj.h:45
int recvSelf(const Communicator &)
Receive the object. 
Definition: DistributedDisplacementControl.cpp:340
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: DistributedDisplacementControl.cpp:145
int sendSelf(Communicator &)
Send the object. 
Definition: DistributedDisplacementControl.cpp:295