67 #include <solution/analysis/integrator/transient/newmark/NewmarkBase2.h> 96 int domainChanged(
void);
98 int newStep(
double deltaT);
99 int revertToLastStep(
void);
100 int update(
const Vector &deltaU);
105 void Print(std::ostream &s,
int flag =0);
107 inline Integrator *Newmark1::getCopy(
void)
const int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: Newmark1.cpp:258
Float vector abstraction.
Definition: Vector.h:93
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: Newmark1.cpp:267
Newmark1 is an algorithmic class for performing a transient analysis using the Newmark1 integration s...
Definition: Newmark1.h:76
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: Newmark1.cpp:281
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: Newmark1.cpp:249
double gamma
gamma factor for Newmark method.
Definition: NewmarkBase.h:47
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
double beta
beta factor for the Newmark integrator.
Definition: NewmarkBase2.h:43
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
Intermediate base class for Newmark type integrators.
Definition: NewmarkBase2.h:40
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
Newmark1(AnalysisAggregation *)
Constructor.
Definition: Newmark1.cpp:73