32 #include <solution/analysis/integrator/transient/DampingFactorsIntegrator.h> 33 #include "solution/analysis/integrator/transient/ResponseQuantities.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
Definition: __init__.py:1
NewmarkBase(AnalysisAggregation *, int classTag)
Defautl constructor.
Definition: NewmarkBase.cc:42
??.
Definition: DampingFactorsIntegrator.h:40
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:133
ResponseQuantities U
response quantities at time t+deltaT = predicted + corrected
Definition: NewmarkBase.h:50
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewmarkBase.cc:93
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewmarkBase.cc:102
double gamma
gamma factor for Newmark method.
Definition: NewmarkBase.h:47
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:58
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
double c3
some constants we need to keep
Definition: NewmarkBase.h:49