|
|
virtual void | resize (const size_t &) |
| | Resize vector data.
|
| |
|
int | sendData (Communicator &) |
| | Send object members through the communicator argument.
|
| |
|
int | recvData (const Communicator &) |
| | Receives object members through the communicator argument.
|
| |
|
int | step |
| | a flag indicating whether trap or euler step
|
| |
|
double | dt |
| | last dt, if not same as previous we do trapezoidal step
|
| |
|
double | c1 |
| |
|
double | c2 |
| |
|
double | c3 |
| | some constants we need to kee
|
| |
|
ResponseQuantities | Utm1 |
| | response quantities at time t-1
|
| |
|
ResponseQuantities | Ut |
| | response quantities at time t
|
| |
|
ResponseQuantities | U |
| | response quantities at time t+deltaT
|
| |
The documentation for this class was generated from the following files:
- src/solution/analysis/integrator/transient/TRBDF2.h
- src/solution/analysis/integrator/transient/TRBDF2.cpp