52 #ifndef CentralDifferenceNoDamping_h 53 #define CentralDifferenceNoDamping_h 71 #include <solution/analysis/integrator/transient/CentralDifferenceBase.h> 72 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 97 int domainChanged(
void);
98 int update(
const Vector &deltaU);
105 inline Integrator *CentralDifferenceNoDamping::getCopy(
void)
const Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
Approximates velocity and acceleration by centered finite differences of displacement.
Definition: CentralDifferenceBase.h:45
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
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Finite element as seen by analysis.
Definition: FE_Element.h:108
CentralDifferenceNoDamping is an algorithmic class for performing a transient analysis using the Cent...
Definition: CentralDifferenceNoDamping.h:81
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Response quantities.
Definition: ResponseQuantities.h:42