68 #include <solution/analysis/integrator/transient/newmark/NewmarkBase2.h> 97 int domainChanged(
void);
99 int newStep(
double deltaT);
100 int revertToLastStep(
void);
101 int update(
const Vector &deltaU);
106 void Print(std::ostream &s,
int flag =0)
const;
108 inline Integrator *Newmark1::getCopy(
void)
const Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
virtual int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: Newmark1.cpp:281
Newmark1(SolutionStrategy *)
Constructor.
Definition: Newmark1.cpp:73
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: Newmark1.cpp:258
virtual int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: Newmark1.cpp:267
Newmark1 is an algorithmic class for performing a transient analysis using the Newmark1 integration s...
Definition: Newmark1.h:77
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: Newmark1.cpp:249
double gamma
gamma factor for Newmark method.
Definition: NewmarkBase.h:48
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
double beta
beta factor for the Newmark integrator.
Definition: NewmarkBase2.h:44
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
Intermediate base class for Newmark type integrators.
Definition: NewmarkBase2.h:41
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Response quantities.
Definition: ResponseQuantities.h:42