51 #ifndef HHTGeneralized_h 52 #define HHTGeneralized_h 64 #include <solution/analysis/integrator/transient/RayleighBase.h> 65 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 107 int domainChanged(
void);
108 int newStep(
double deltaT);
109 int revertToLastStep(
void);
110 int update(
const Vector &deltaU);
116 void Print(std::ostream &s,
int flag = 0);
118 inline Integrator *HHTGeneralized::getCopy(
void)
const Float vector abstraction.
Definition: Vector.h:93
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: HHTGeneralized.cpp:317
HHTGeneralized is an algorithmic class for performing a transient analysis using the HHTGeneralized i...
Definition: HHTGeneralized.h:77
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HHTGeneralized.cpp:329
HHTGeneralized(AnalysisAggregation *)
Constructor.
Definition: HHTGeneralized.cpp:69
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
Base class for Rayleigh integrators.
Definition: RayleighBase.h:42
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:106
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
Response quantities.
Definition: ResponseQuantities.h:41