64 #include "DampingFactorsIntegrator.h" 65 #include "ResponseQuantities.h" 100 int newStep(
double deltaT);
101 int update(
const Vector &deltaU);
108 void Print(std::ostream &s,
int flag =0)
const;
111 {
return new HHT1(*
this); }
int domainChanged(void)
Definition: HHT1.cpp:189
Float vector abstraction.
Definition: Vector.h:94
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: HHT1.cpp:296
Communication parameters between processes.
Definition: Communicator.h:66
HHT1(SolutionStrategy *)
Constructor.
Definition: HHT1.cpp:75
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: HHT1.cpp:307
Base class for the integrators that make use of Rayleigh damping factors.
Definition: DampingFactorsIntegrator.h:42
virtual int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: HHT1.cpp:318
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
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
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Response quantities.
Definition: ResponseQuantities.h:42
virtual int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: HHT1.cpp:332
The three parameter Hilbert-Hughes-Taylor time-stepping method.
Definition: HHT1.h:72