51 #ifndef AlphaOSGeneralized_h 52 #define AlphaOSGeneralized_h 65 #include <solution/analysis/integrator/transient/rayleigh/AlphaOSBase.h> 66 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 103 int update(
const Vector &deltaU);
109 void Print(std::ostream &s,
int flag = 0);
111 inline Integrator *AlphaOSGeneralized::getCopy(
void)
const int newStep(double deltaT)
??
Definition: AlphaOSGeneralized.cpp:95
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
AlphaOSGeneralized(SoluMethod *)
Constructor.
Definition: AlphaOSGeneralized.cpp:70
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
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: AlphaOSGeneralized.cpp:224
AlphaOSGeneralized is an algorithmic class for performing a transient analysis using the generalized ...
Definition: AlphaOSGeneralized.h:77
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: AlphaOSGeneralized.cpp:243
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: AlphaOSGeneralized.cpp:251
virtual int formElementResidual(void)
Forma el unbalanced load vector of the elements.
Definition: AlphaOSGeneralized.cpp:320
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
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: AlphaOSGeneralized.cpp:136
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