52 #ifndef NewmarkExplicit_h 53 #define NewmarkExplicit_h 65 #include <solution/analysis/integrator/transient/NewmarkBase.h> 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 A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewmarkExplicit.cpp:250
NewmarkExplicit(SoluMethod *)
Constructor.
Definition: NewmarkExplicit.cpp:74
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
The two parameter time-stepping method developed by NewmarkBase.
Definition: NewmarkBase.h:46
Finite element as seen by analysis.
Definition: FE_Element.h:84
int newStep(double deltaT)
??
Definition: NewmarkExplicit.cpp:86
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewmarkExplicit.cpp:259
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
NewmarkExplicit is an algorithmic class for performing a transient analysis using the explicit Newmar...
Definition: NewmarkExplicit.h:74
Communication parameters between processes.
Definition: CommParameters.h:65
Response quantities.
Definition: ResponseQuantities.h:41
================================================================================
Definition: ContinuaReprComponent.h:34
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: NewmarkExplicit.cpp:182
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91