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 (Communicator &) |
virtual int | recvSelf (const Communicator &) |
![]() | |
int | formEleTangent (FE_Element *theEle) |
int | formNodTangent (DOF_Group *theDof) |
const Vector & | getVel (void) const |
int | newStep (double deltaT) |
Friends | |
class | SolutionStrategy |
class | FEM_ObjectBroker |
Additional Inherited Members | |
![]() | |
CentralDifferenceBase (SolutionStrategy *, int classTag) | |
Constructor. | |
![]() | |
int | updateCount |
method should only have one update per step | |
Vector | Udot |
vel response quantity at time t-1/2 delta t | |
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.