52 #ifndef CentralDifference_h 53 #define CentralDifference_h 65 #include "solution/analysis/integrator/transient/RayleighBase.h" 66 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 103 int update(
const Vector &U);
109 void Print(std::ostream &s,
int flag = 0);
111 inline Integrator *CentralDifference::getCopy(
void)
const CentralDifference(SoluMethod *)
Constructor.
Definition: CentralDifference.cpp:69
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: CentralDifference.cpp:280
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: CentralDifference.cpp:319
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: CentralDifference.cpp:304
int newStep(double deltaT)
??
Definition: CentralDifference.cpp:78
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Base class for Rayleigh integrators.
Definition: RayleighBase.h:44
Finite element as seen by analysis.
Definition: FE_Element.h:84
CentralDifference is an algorithmic class for performing a transient analysis using the central diffe...
Definition: CentralDifference.h:78
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: CentralDifference.cpp:292
Communication parameters between processes.
Definition: CommParameters.h:65
Response quantities.
Definition: ResponseQuantities.h:41
================================================================================
Definition: ContinuaReprComponent.h:34
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: CentralDifference.cpp:262
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: CentralDifference.cpp:147