66 #ifndef DistributedDisplacementControl_h 67 #define DistributedDisplacementControl_h 69 #include "solution/analysis/integrator/static/DisplacementControl.h" 70 #include "utility/actor/actor/DistributedObj.h" 100 void Print(std::ostream &s,
int flag =0);
102 inline Integrator *DistributedDisplacementControl::getCopy(
void)
const Float vector abstraction.
Definition: Vector.h:93
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
??.
Definition: DistributedDisplacementControl.h:80
DisplacementControl is an algorithmic class for performing a static analysis using the displacement c...
Definition: DisplacementControl.h:95
int sendSelf(CommParameters &)
Send the object.
Definition: DistributedDisplacementControl.cpp:295
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: DistributedDisplacementControl.cpp:362
int newStep(void)
Performs a new analysis step.
Definition: DistributedDisplacementControl.cpp:87
double maxIncrement
min/max values of deltaU at (i)
Definition: DisplacementControl.h:103
int domainChanged(void)
Make required changes when a change in the domain occurs.
Definition: DistributedDisplacementControl.cpp:197
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
Object distributed on many processes.
Definition: DistributedObj.h:44
int recvSelf(const CommParameters &)
Receive the object.
Definition: DistributedDisplacementControl.cpp:340
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
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
Communication parameters between processes.
Definition: CommParameters.h:65