accelerInt
v0.1
|
Memory required for Radau-IIa GPU solver. More...
Public Attributes | |
Real * | y_n |
Initial state vectors. More... | |
Real * | F_n |
The derivative vectors. More... | |
Real * | work |
The a work vector. More... | |
Real * | temp_arr |
The a work vector. More... | |
Real * | temp_arr2 |
The a work vector. More... | |
Real * | y_jm1 |
The a work vector. More... | |
Real * | y_jm2 |
The a work vector. More... | |
int * | result |
array of return codes More... | |
Memory required for Radau-IIa GPU solver.
Definition at line 64 of file rkc_props.cuh.
Real* rkc_cu::solver_memory::F_n |
The derivative vectors.
Definition at line 69 of file rkc_props.cuh.
int* rkc_cu::solver_memory::result |
array of return codes
Definition at line 81 of file rkc_props.cuh.
Real* rkc_cu::solver_memory::temp_arr |
The a work vector.
Definition at line 73 of file rkc_props.cuh.
Real* rkc_cu::solver_memory::temp_arr2 |
The a work vector.
Definition at line 75 of file rkc_props.cuh.
Real* rkc_cu::solver_memory::work |
The a work vector.
Definition at line 71 of file rkc_props.cuh.
Real* rkc_cu::solver_memory::y_jm1 |
The a work vector.
Definition at line 77 of file rkc_props.cuh.
Real* rkc_cu::solver_memory::y_jm2 |
The a work vector.
Definition at line 79 of file rkc_props.cuh.
Real* rkc_cu::solver_memory::y_n |
Initial state vectors.
Definition at line 67 of file rkc_props.cuh.