67 #include <solution/analysis/integrator/transient/RayleighBase.h> 68 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 105 int update(
const Vector &deltaU);
111 void Print(std::ostream &s,
int flag =0);
113 inline Integrator *WilsonTheta::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 sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: WilsonTheta.cpp:285
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: WilsonTheta.cpp:231
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: WilsonTheta.cpp:319
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: WilsonTheta.cpp:295
Base class for Rayleigh integrators.
Definition: RayleighBase.h:44
Finite element as seen by analysis.
Definition: FE_Element.h:84
WilsonTheta(SoluMethod *)
Constructor.
Definition: WilsonTheta.cpp:72
int newStep(double deltaT)
??
Definition: WilsonTheta.cpp:85
WilsonTheta is an algorithmic class for performing a transient analysis using the WilsonTheta integra...
Definition: WilsonTheta.h:80
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: WilsonTheta.cpp:158
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: WilsonTheta.cpp:305
Communication parameters between processes.
Definition: CommParameters.h:65
Response quantities.
Definition: ResponseQuantities.h:41
================================================================================
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