accelerInt
v0.1
|
Files | |
file | radau2a.c [code] |
A Radau2A IRK implementation for C Adapted from Hairer and Wanner's RADAU5 code and the FATODE ODE integration library. | |
file | radau2a.cu [code] |
A Radau2A IRK implementation for CUDA Adapted from Hairer and Wanner's RADAU5 code and the FATODE ODE integration library. | |
file | radau2a_init.c [code] |
Implementation of the necessary initialization for the RadauII-A solver. | |
file | radau2a_init.cu [code] |
Implementation of the necessary initialization for the Radau-IIA solver. | |
file | radau2a_props.c [code] |
Error checking for the CPU Radua-IIa solver. | |
file | radau2a_props.cu [code] |
Error checking for the CPU Radua-IIa solver. | |
file | radau2a_props.cuh [code] |
Various macros controlling behaviour of RADAU2A algorithm. | |
file | radau2a_props.h [code] |
Various macros controlling behaviour of RADAU2A algorithm. | |