51 #ifndef CentralDifferenceAlternative_h 52 #define CentralDifferenceAlternative_h 66 #include <solution/analysis/integrator/transient/CentralDifferenceBase.h> 90 int update(
const Vector &deltaU);
98 inline Integrator *CentralDifferenceAlternative::getCopy(
void)
const
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: CentralDifferenceAlternative.cpp:163
CentralDifferenceAlternative is an algorithmic class for performing a transient analysis using the al...
Definition: CentralDifferenceAlternative.h:78
Approximates velocity and acceleration by centered finite differences of displacement.
Definition: CentralDifferenceBase.h:40
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: CentralDifferenceAlternative.cpp:73
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91