52 #ifndef AlphaOSGeneralized_h 53 #define AlphaOSGeneralized_h 66 #include <solution/analysis/integrator/transient/rayleigh/AlphaOSBase.h> 67 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 86 virtual int formElementResidual(
void);
102 int domainChanged(
void);
103 int newStep(
double deltaT);
104 int update(
const Vector &deltaU);
110 void Print(std::ostream &s,
int flag = 0)
const;
112 inline Integrator *AlphaOSGeneralized::getCopy(
void)
const Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: AlphaOSGeneralized.cpp:251
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: AlphaOSGeneralized.cpp:243
AlphaOSGeneralized is an algorithmic class for performing a transient analysis using the generalized ...
Definition: AlphaOSGeneralized.h:78
AlphaOSBase is an algorithmic class for performing a transient analysis using the Alpha-Operator-Spli...
Definition: AlphaOSBase.h:44
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
double gamma
factor.
Definition: HHTRayleighBase.h:49
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:59
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Finite element as seen by analysis.
Definition: FE_Element.h:108
AlphaOSGeneralized(SolutionStrategy *)
Constructor.
Definition: AlphaOSGeneralized.cpp:70
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35