31 #ifndef NewmarkBase2_h 32 #define NewmarkBase2_h 34 #include <solution/analysis/integrator/transient/NewmarkBase.h> Base class for the two parameter time-stepping method developed by Nathan M.
Definition: NewmarkBase.h:45
Communication parameters between processes.
Definition: Communicator.h:66
double c1
some constants we need to keep
Definition: NewmarkBase2.h:45
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: NewmarkBase2.cc:67
double gamma
gamma factor for Newmark method.
Definition: NewmarkBase.h:48
double beta
beta factor for the Newmark integrator.
Definition: NewmarkBase2.h:44
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:59
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Intermediate base class for Newmark type integrators.
Definition: NewmarkBase2.h:41
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: NewmarkBase2.cc:59
NewmarkBase2(SolutionStrategy *, int classTag)
Constructor.
Definition: NewmarkBase2.cc:36