69 #ifndef DisplacementControl_h 70 #define DisplacementControl_h 72 #include <solution/analysis/integrator/static/DispBase.h> 95 double minIncrement, maxIncrement;
110 int update(
const Vector &deltaU);
113 inline void setNodeTag(
const int &tag)
115 inline int getNodeTag(
void)
const 117 inline void setDof(
const int &dof)
119 inline int getDof(
void)
const 121 void setIncrement(
const double &);
122 inline double getIncrement(
void)
const 127 void Print(std::ostream &s,
int flag =0);
130 inline Integrator *DisplacementControl::getCopy(
void)
const ??
Definition: DispBase.h:40
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
int theNode
the node that is being followed
Definition: DisplacementControl.h:90
const Domain * getDomainPtr(void) const
Returns a pointer to the domain.
Definition: DisplacementControl.cpp:127
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: DisplacementControl.cpp:110
int theDof
the dof at the node being followed
Definition: DisplacementControl.h:91
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: DisplacementControl.cpp:247
DisplacementControl(SoluMethod *)
Constructor.
Definition: DisplacementControl.cpp:80
double theIncrement
deltaU at step (i)
Definition: DisplacementControl.h:92
DisplacementControl is an algorithmic class for perfroming a static analysis using the arc length sch...
Definition: DisplacementControl.h:87
int theDofID
the system level id of the dof being followed
Definition: DisplacementControl.h:93
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