Represents solution variables at a single time step.
More...
#include <SolutionStates.h>
|
|
Array< double > & | get_acceleration () |
| |
|
const Array< double > & | get_acceleration () const |
| |
|
Array< double > & | get_velocity () |
| |
|
const Array< double > & | get_velocity () const |
| |
|
Array< double > & | get_displacement () |
| |
|
const Array< double > & | get_displacement () const |
| |
Represents solution variables at a single time step.
Contains the three primary solution arrays used in time integration: A (time derivative), D (integrated variable), and Y (variable)
The documentation for this struct was generated from the following file: