xc
|
CentralDifferenceNoDamping is an algorithmic class for performing a transient analysis using the Central Difference Scheme as implemented in Dyna. More...
#include <CentralDifferenceNoDamping.h>
Public Member Functions | |
int | formEleResidual (FE_Element *theEle) |
int | formNodUnbalance (DOF_Group *theDof) |
int | domainChanged (void) |
int | update (const Vector &deltaU) |
int | commit (void) |
virtual int | sendSelf (CommParameters &) |
virtual int | recvSelf (const CommParameters &) |
![]() | |
int | formEleTangent (FE_Element *theEle) |
int | formNodTangent (DOF_Group *theDof) |
int | newStep (double deltaT) |
Friends | |
class | AnalysisAggregation |
class | FEM_ObjectBroker |
Additional Inherited Members | |
![]() | |
CentralDifferenceBase (AnalysisAggregation *, int classTag) | |
Constructor. | |
![]() | |
int | updateCount |
Vector | Udot |
double | deltaT |
CentralDifferenceNoDamping is an algorithmic class for performing a transient analysis using the Central Difference Scheme as implemented in Dyna.