|
xc
|
CentralDifferenceAlternative is an algorithmic class for performing a transient analysis using the alternative form of the Central Differenceintegration scheme, which is an explicit direct integration scheme as outlined in the book 'Concepts and Applications of Finite Element Analysis' by Cook, Malkus & Plesha. More...
#include <CentralDifferenceAlternative.h>
Public Member Functions | |
| int | domainChanged (void) |
| int | update (const Vector &deltaU) |
| int | commit (void) |
| virtual int | sendSelf (CommParameters &) |
| virtual int | recvSelf (const CommParameters &) |
Public Member Functions inherited from XC::CentralDifferenceBase | |
| int | formEleTangent (FE_Element *theEle) |
| int | formNodTangent (DOF_Group *theDof) |
| int | newStep (double deltaT) |
Friends | |
| class | AnalysisAggregation |
| class | FEM_ObjectBroker |
Additional Inherited Members | |
Protected Member Functions inherited from XC::CentralDifferenceBase | |
| CentralDifferenceBase (AnalysisAggregation *, int classTag) | |
| Constructor. | |
Protected Attributes inherited from XC::CentralDifferenceBase | |
| int | updateCount |
| Vector | Udot |
| double | deltaT |
CentralDifferenceAlternative is an algorithmic class for performing a transient analysis using the alternative form of the Central Differenceintegration scheme, which is an explicit direct integration scheme as outlined in the book 'Concepts and Applications of Finite Element Analysis' by Cook, Malkus & Plesha.
1.8.12