51 #ifndef NewmarkHybridSimulation_h 52 #define NewmarkHybridSimulation_h 64 #include <solution/analysis/integrator/transient/newmark/NewmarkBase2.h> 67 class ConvergenceTest;
98 int revertToLastStep(
void);
99 int update(
const Vector &deltaU);
104 void Print(std::ostream &s,
int flag = 0);
106 inline Integrator *NewmarkHybridSimulation::getCopy(
void)
const A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
NewmarkHybridSimulation(SoluMethod *)
Constructor.
Definition: NewmarkHybridSimulation.cpp:72
int newStep(double deltaT)
??
Definition: NewmarkHybridSimulation.cpp:84
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewmarkHybridSimulation.cpp:252
??.
Definition: NewmarkBase2.h:40
Finite element as seen by analysis.
Definition: FE_Element.h:84
convergence test.
Definition: ConvergenceTest.h:75
NewmarkHybridSimulation is an algorithmic class for performing a transient analysis using the Newmark...
Definition: NewmarkHybridSimulation.h:74
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: NewmarkHybridSimulation.cpp:175
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewmarkHybridSimulation.cpp:242
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