accelerInt  v0.1
Public Attributes | List of all members
rkc_cu::solver_memory Struct Reference

Memory required for Radau-IIa GPU solver. More...

Public Attributes

Realy_n
 Initial state vectors. More...
 
RealF_n
 The derivative vectors. More...
 
Realwork
 The a work vector. More...
 
Realtemp_arr
 The a work vector. More...
 
Realtemp_arr2
 The a work vector. More...
 
Realy_jm1
 The a work vector. More...
 
Realy_jm2
 The a work vector. More...
 
int * result
 array of return codes More...
 

Detailed Description

Memory required for Radau-IIa GPU solver.

Definition at line 64 of file rkc_props.cuh.

Member Data Documentation

◆ F_n

Real* rkc_cu::solver_memory::F_n

The derivative vectors.

Definition at line 69 of file rkc_props.cuh.

◆ result

int* rkc_cu::solver_memory::result

array of return codes

See also
Return codes of GPU RKC Integrator

Definition at line 81 of file rkc_props.cuh.

◆ temp_arr

Real* rkc_cu::solver_memory::temp_arr

The a work vector.

Definition at line 73 of file rkc_props.cuh.

◆ temp_arr2

Real* rkc_cu::solver_memory::temp_arr2

The a work vector.

Definition at line 75 of file rkc_props.cuh.

◆ work

Real* rkc_cu::solver_memory::work

The a work vector.

Definition at line 71 of file rkc_props.cuh.

◆ y_jm1

Real* rkc_cu::solver_memory::y_jm1

The a work vector.

Definition at line 77 of file rkc_props.cuh.

◆ y_jm2

Real* rkc_cu::solver_memory::y_jm2

The a work vector.

Definition at line 79 of file rkc_props.cuh.

◆ y_n

Real* rkc_cu::solver_memory::y_n

Initial state vectors.

Definition at line 67 of file rkc_props.cuh.


The documentation for this struct was generated from the following file: