51 #ifndef CentralDifferenceNoDamping_h 52 #define CentralDifferenceNoDamping_h 70 #include <solution/analysis/integrator/transient/CentralDifferenceBase.h> 71 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 96 int domainChanged(
void);
97 int update(
const Vector &deltaU);
104 inline Integrator *CentralDifferenceNoDamping::getCopy(
void)
const Float vector abstraction.
Definition: Vector.h:93
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Approximates velocity and acceleration by centered finite differences of displacement.
Definition: CentralDifferenceBase.h:40
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
Finite element as seen by analysis.
Definition: FE_Element.h:107
CentralDifferenceNoDamping is an algorithmic class for performing a transient analysis using the Cent...
Definition: CentralDifferenceNoDamping.h:80
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