accelerInt
v0.1
|
Files | |
file | complexInverse.c [code] |
Implementation of LU factorization of complex (variable-sized) matricies. | |
file | complexInverse.cu [code] |
Implementation of LU factorization of complex (variable-sized) matricies for CUDA. | |
file | complexInverse.cuh [code] |
Header definitions for CUDA LU factorization routines. | |
file | complexInverse.h [code] |
Header definitions for LU factorization routines. | |
file | fd_jacob.c [code] |
Finite Difference Jacobian implementation based on CVODEs. | |
file | fd_jacob.cu [code] |
Finite Difference Jacobian implementation based on CVODEs. | |
file | fd_jacob.cuh [code] |
Header definition of CUDA Finite Difference Jacobian. | |
file | inverse.cu [code] |
CUDA LU decomposition implementation. | |
file | inverse.cuh [code] |
Headers for CUDA LU decomposition implementation. | |
file | lapack_dfns.h [code] |
External lapack routine definitions. | |
file | read_initial_conditions.c [code] |
the generic initial condition reader | |
file | read_initial_conditions.cu [code] |
the generic CUDA initial condition reader | |
file | read_initial_conditions.cuh [code] |
definition of the generic initial condition reader | |
file | read_initial_conditions.h [code] |
definition of the generic initial condition reader | |
file | solver.cuh [code] |
the generic main file for all GPU solvers | |
file | solver.h [code] |
Contains skeleton of all methods that need to be defined on a per solver basis. | |
file | solver_generic.c [code] |
the generic integration driver for the CPU solvers | |
file | solver_generic.cu [code] |
the generic integration driver for the GPU solvers | |
file | solver_init.cuh [code] |
Header definitions for solver initialization routins. | |
file | solver_init.h [code] |
Header definitions for solver initialization routins. | |
file | solver_interface.c [code] |
Interface implementation for CPU solvers to be called as a library. | |
file | solver_interface.cu [code] |
Interface implementation for GPU solvers to be called as a library. | |
file | solver_interface.cuh [code] |
Interface implementation for GPU solvers to be called as a library. | |
file | solver_interface.h [code] |
Interface implementation for CPU solvers to be called as a library. | |
file | solver_main.c [code] |
the generic main file for all CPU solvers | |
file | solver_main.cu [code] |
the generic main file for all GPU solvers | |
file | solver_options.cuh [code] |
A file generated by Scons that specifies various options to the solvers. | |
file | solver_options.h [code] |
A file generated by Scons that specifies various options to the solvers. | |
file | solver_props.cuh [code] |
simple convenience file to include the correct solver properties file | |
file | solver_props.h [code] |
simple convenience file to include the correct solver properties file | |
file | timer.h [code] |
Timer interface for Linux. | |