63 #include "DampingFactorsIntegrator.h" 64 #include "ResponseQuantities.h" 99 int newStep(
double deltaT);
100 int update(
const Vector &deltaU);
107 void Print(std::ostream &s,
int flag =0);
110 {
return new HHT1(*
this); }
int domainChanged(void)
Definition: HHT1.cpp:190
Float vector abstraction.
Definition: Vector.h:93
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: HHT1.cpp:319
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: HHT1.cpp:333
HHT1(AnalysisAggregation *)
Constructor.
Definition: HHT1.cpp:75
??.
Definition: DampingFactorsIntegrator.h:40
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
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:58
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: HHT1.cpp:297
Finite element as seen by analysis.
Definition: FE_Element.h:107
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HHT1.cpp:308
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
The three parameter Hilbert-Hughes-Taylor time-stepping method.
Definition: HHT1.h:71