66 #include <solution/analysis/integrator/transient/rayleigh/AlphaOSBase.h> 102 int revertToLastStep(
void);
103 int update(
const Vector &deltaU);
109 void Print(std::ostream &s,
int flag = 0);
111 inline Integrator *AlphaOS::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: AlphaOS.cpp:267
int newStep(double deltaT)
??
Definition: AlphaOS.cpp:91
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Finite element as seen by analysis.
Definition: FE_Element.h:84
AlphaOS is an algorithmic class for performing a transient analysis using the Alpha-Operator-Splittin...
Definition: AlphaOS.h:77
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: AlphaOS.cpp:162
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: AlphaOS.cpp:249
AlphaOS(SoluMethod *)
Constructor.
Definition: AlphaOS.cpp:70
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
AlphaOSBase is an algorithmic class for performing a transient analysis using the Alpha-Operator-Spli...
Definition: AlphaOSBase.h:43
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: AlphaOS.cpp:275
virtual int formElementResidual(void)
Forma el unbalanced load vector of the elements.
Definition: AlphaOS.cpp:323
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91