|
xc
|
Approximates velocity and acceleration by centered finite differences of displacement. More...
#include <CentralDifferenceBase.h>
Public Member Functions | |
| int | formEleTangent (FE_Element *theEle) |
| int | formNodTangent (DOF_Group *theDof) |
| int | newStep (double deltaT) |
Protected Member Functions | |
| CentralDifferenceBase (AnalysisAggregation *, int classTag) | |
| Constructor. | |
Protected Attributes | |
| int | updateCount |
| Vector | Udot |
| double | deltaT |
Approximates velocity and acceleration by centered finite differences of displacement.
1.8.12