52 #ifndef NewmarkExplicit_h 53 #define NewmarkExplicit_h 65 #include <solution/analysis/integrator/transient/NewmarkBase.h> 94 int domainChanged(
void);
95 int newStep(
double deltaT);
96 int revertToLastStep(
void);
97 int update(
const Vector &aiPlusOne);
102 void Print(std::ostream &s,
int flag = 0);
104 inline Integrator *NewmarkExplicit::getCopy(
void)
const int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewmarkExplicit.cpp:259
Float vector abstraction.
Definition: Vector.h:93
Base class for the two parameter time-stepping method developed by Nathan M.
Definition: NewmarkBase.h:44
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
NewmarkExplicit(AnalysisAggregation *)
Constructor.
Definition: NewmarkExplicit.cpp:74
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
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
Finite element as seen by analysis.
Definition: FE_Element.h:107
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
NewmarkExplicit is an algorithmic class for performing a transient analysis using the explicit Newmar...
Definition: NewmarkExplicit.h:74
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewmarkExplicit.cpp:250