66 #include <solution/analysis/integrator/transient/newmark/NewmarkBase2.h> 98 int revertToLastStep(
void);
99 int update(
const Vector &deltaU);
104 void Print(std::ostream &s,
int flag = 0);
111 inline Integrator *Newmark::getCopy(
void)
const The two parameter time-stepping method developed by Newmark.
Definition: Newmark.h:73
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: Newmark.cpp:322
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: Newmark.cpp:308
Newmark(SoluMethod *)
Constructor.
Definition: Newmark.cpp:72
int newStep(double deltaT)
??
Definition: Newmark.cpp:87
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
??.
Definition: NewmarkBase2.h:40
Finite element as seen by analysis.
Definition: FE_Element.h:84
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: Newmark.cpp:216
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: Newmark.cpp:298
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: Newmark.cpp:288
Communication parameters between processes.
Definition: CommParameters.h:65
Response quantities.
Definition: ResponseQuantities.h:41
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91