51 #ifndef NewmarkHybridSimulation_h 52 #define NewmarkHybridSimulation_h 64 #include <solution/analysis/integrator/transient/newmark/NewmarkBase2.h> 67 class ConvergenceTest;
96 int domainChanged(
void);
97 int newStep(
double deltaT);
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 Float vector abstraction.
Definition: Vector.h:93
NewmarkHybridSimulation is an algorithmic class for performing a transient analysis using the Newmark...
Definition: NewmarkHybridSimulation.h:74
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewmarkHybridSimulation.cpp:242
double gamma
gamma factor for Newmark method.
Definition: NewmarkBase.h:47
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
double beta
beta factor for the Newmark integrator.
Definition: NewmarkBase2.h:43
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:106
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:58
convergence test.
Definition: ConvergenceTest.h:80
Finite element as seen by analysis.
Definition: FE_Element.h:107
Intermediate base class for Newmark type integrators.
Definition: NewmarkBase2.h:40
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
NewmarkHybridSimulation(AnalysisAggregation *)
Constructor.
Definition: NewmarkHybridSimulation.cpp:72
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewmarkHybridSimulation.cpp:252