66 #include <solution/analysis/integrator/transient/rayleigh/AlphaOSBase.h> 84 virtual int formElementResidual(
void);
100 int domainChanged(
void);
101 int newStep(
double deltaT);
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 int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: AlphaOS.cpp:267
Float vector abstraction.
Definition: Vector.h:93
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
AlphaOS(AnalysisAggregation *)
Constructor.
Definition: AlphaOS.cpp:70
AlphaOS is an algorithmic class for performing a transient analysis using the Alpha-Operator-Splittin...
Definition: AlphaOS.h:77
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: AlphaOS.cpp:275
AlphaOSBase is an algorithmic class for performing a transient analysis using the Alpha-Operator-Spli...
Definition: AlphaOSBase.h:43
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:106
double gamma
factor.
Definition: HHTRayleighBase.h:48
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:58
Finite element as seen by analysis.
Definition: FE_Element.h:107
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65