33 #include <solution/analysis/integrator/transient/DampingFactorsIntegrator.h>    34 #include "solution/analysis/integrator/transient/ResponseQuantities.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
int recvData(const Communicator &)
Receives object members through the communicator argument. 
Definition: NewmarkBase.cc:102
Definition: __init__.py:1
Base class for the integrators that make use of Rayleigh damping factors. 
Definition: DampingFactorsIntegrator.h:42
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:134
ResponseQuantities U
response quantities at time t+deltaT = predicted + corrected 
Definition: NewmarkBase.h:51
NewmarkBase(SolutionStrategy *, int classTag)
Default constructor. 
Definition: NewmarkBase.cc:42
int sendData(Communicator &)
Send object members through the communicator argument. 
Definition: NewmarkBase.cc:93
double gamma
gamma factor for Newmark method. 
Definition: NewmarkBase.h:48
void PopulateUs(XC::AnalysisModel *model)
Populate U, Udot and Udotdot by iterating through the DOF_Groups and getting the last committed displ...
Definition: NewmarkBase.cc:64
Rayleigh damping factors. 
Definition: RayleighDampingFactors.h:59
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Response quantities. 
Definition: ResponseQuantities.h:42
double c3
some constants we need to keep 
Definition: NewmarkBase.h:50