52 #ifndef NewmarkHybridSimulation_h 53 #define NewmarkHybridSimulation_h 65 #include <solution/analysis/integrator/transient/newmark/NewmarkBase2.h> 68 class ConvergenceTest;
97 int domainChanged(
void);
98 int newStep(
double deltaT);
99 int revertToLastStep(
void);
100 int update(
const Vector &deltaU);
105 void Print(std::ostream &s,
int flag = 0)
const;
107 inline Integrator *NewmarkHybridSimulation::getCopy(
void)
const Float vector abstraction.
Definition: Vector.h:94
NewmarkHybridSimulation is an algorithmic class for performing a transient analysis using the Newmark...
Definition: NewmarkHybridSimulation.h:75
Communication parameters between processes.
Definition: Communicator.h:66
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: NewmarkHybridSimulation.cpp:261
NewmarkHybridSimulation(SolutionStrategy *)
Constructor.
Definition: NewmarkHybridSimulation.cpp:73
double gamma
gamma factor for Newmark method.
Definition: NewmarkBase.h:48
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
double beta
beta factor for the Newmark integrator.
Definition: NewmarkBase2.h:44
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:59
convergence test.
Definition: ConvergenceTest.h:81
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Finite element as seen by analysis.
Definition: FE_Element.h:108
Intermediate base class for Newmark type integrators.
Definition: NewmarkBase2.h:41
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: NewmarkHybridSimulation.cpp:271
Response quantities.
Definition: ResponseQuantities.h:42