30 #ifndef NewmarkBase2_h 31 #define NewmarkBase2_h 33 #include <solution/analysis/integrator/transient/NewmarkBase.h> Base class for the two parameter time-stepping method developed by Nathan M.
Definition: NewmarkBase.h:44
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
NewmarkBase2(AnalysisAggregation *, int classTag)
Constructor.
Definition: NewmarkBase2.cc:36
double c1
some constants we need to keep
Definition: NewmarkBase2.h:44
double gamma
gamma factor for Newmark method.
Definition: NewmarkBase.h:47
double beta
beta factor for the Newmark integrator.
Definition: NewmarkBase2.h:43
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:58
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
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewmarkBase2.cc:59
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewmarkBase2.cc:67