66 #ifndef DistributedDisplacementControl_h 67 #define DistributedDisplacementControl_h 69 #include "solution/analysis/integrator/static/DisplacementControl.h" 70 #include "utility/actor/actor/DistributedObj.h" 95 int update(
const Vector &deltaU);
100 void Print(std::ostream &s,
int flag =0);
102 inline Integrator *DistributedDisplacementControl::getCopy(
void)
const
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: DistributedDisplacementControl.cpp:197
DisplacementControl is an algorithmic class for perfroming a static analysis using the arc length sch...
Definition: DisplacementControl.h:87
Object distributed on many processes.
Definition: DistributedObj.h:44
??.
Definition: DistributedDisplacementControl.h:80
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
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