64 #include <solution/analysis/integrator/transient/RayleighBase.h> 65 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 103 int revertToLastStep(
void);
104 int update(
const Vector &deltaU);
110 void Print(std::ostream &s,
int flag = 0);
112 inline Integrator *Collocation::getCopy(
void)
const A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
int newStep(double deltaT)
??
Definition: Collocation.cpp:119
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Collocation(SoluMethod *)
Constructor.
Definition: Collocation.cpp:70
Base class for Rayleigh integrators.
Definition: RayleighBase.h:44
Finite element as seen by analysis.
Definition: FE_Element.h:84
Collocation is an algorithmic class for performing a transient analysis using the Collocation integra...
Definition: Collocation.h:74
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: Collocation.cpp:214
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: Collocation.cpp:290
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
Communication parameters between processes.
Definition: CommParameters.h:65
Response quantities.
Definition: ResponseQuantities.h:41
================================================================================
Definition: ContinuaReprComponent.h:34
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: Collocation.cpp:330
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: Collocation.cpp:340
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91