53 #ifndef NewmarkExplicit_h 54 #define NewmarkExplicit_h 66 #include <solution/analysis/integrator/transient/NewmarkBase.h> 95 int domainChanged(
void);
96 int newStep(
double deltaT);
97 int revertToLastStep(
void);
98 int update(
const Vector &aiPlusOne);
103 void Print(std::ostream &s,
int flag = 0)
const;
105 inline Integrator *NewmarkExplicit::getCopy(
void)
const Float vector abstraction.
Definition: Vector.h:94
Base class for the two parameter time-stepping method developed by Nathan M.
Definition: NewmarkBase.h:45
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: NewmarkExplicit.cpp:259
Communication parameters between processes.
Definition: Communicator.h:66
NewmarkExplicit(SolutionStrategy *)
Constructor.
Definition: NewmarkExplicit.cpp:74
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
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: NewmarkExplicit.cpp:250
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:59
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Finite element as seen by analysis.
Definition: FE_Element.h:108
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Response quantities.
Definition: ResponseQuantities.h:42
NewmarkExplicit is an algorithmic class for performing a transient analysis using the explicit Newmar...
Definition: NewmarkExplicit.h:75