32 #include <solution/analysis/integrator/transient/DampingFactorsIntegrator.h> 33 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 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:52
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
The two parameter time-stepping method developed by NewmarkBase.
Definition: NewmarkBase.h:46
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewmarkBase.cc:90
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
??.
Definition: DampingFactorsIntegrator.h:40
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewmarkBase.cc:81
Los objetos de esta clase, dan acceso a los objetos FE_Element y DOF_Group creados por el Constraint ...
Definition: AnalysisModel.h:113
Communication parameters between processes.
Definition: CommParameters.h:65
Response quantities.
Definition: ResponseQuantities.h:41
================================================================================
Definition: ContinuaReprComponent.h:34
NewmarkBase(SoluMethod *, int classTag)
Constructor.
Definition: NewmarkBase.cc:39