accelerInt  v0.1
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  cvodes
 cvodes_dydt.cCVODEs Wrapper for the RHS function
 cvodes_dydt.hHeader file for CVODEs interface to RHS of ODEs
 cvodes_init.cImplementation of the necessary initialization for the CVODE interface
 cvodes_jac.cA simple wrapper, allowing for use of the analytical jacobian w/ CVODES
 cvodes_jac.hA simple wrapper, allowing for use of the analytical jacobian w/ CVODES
 solver_cvodes.cThe integration driver for the CVODE solver
  examples
  pyJac
  van_der_pol
  exponential_integrators
  exp4
  exprb43
 arnoldi.cuhImplementation of the GPU arnoldi iteration methods
 arnoldi.hImplementation of the arnoldi iteration methods
 cf.cFile containing functions for best rational approximation to matrix exponential
 cf.hHeader definition for rational approximation to matrix exponential
 exponential_linear_algebra.cuImplementation of various linear algebra functions needed in the exponential integrators
 exponential_linear_algebra.cuhDefinitions of various linear algebra functions needed in the exponential integrators
 exponential_linear_algebra.hImplementation of various linear algebra functions needed in the exponential integrators
 linear-algebra.cVarious linear algebra routines needed for the Carathéodory-Fejér method
 linear-algebra.hHeader definitions of linear algebra routines needed for the Carathéodory-Fejér method
 phiAHessenberg.cComputes various matrix exponential functions on the Krylov Hessenberg matricies
 phiAHessenberg.cuComputes various matrix exponential functions on the Krylov Hessenberg matricies
 phiAHessenberg.cuhHeader for Matrix exponential (phi) methods
 phiAHessenberg.hHeader for Matrix exponential (phi) methods
 rational_approximant.cThe generic initialization file for poles/hosts for RA based evaulation of the matrix exponential
 rational_approximant.cuThe generic initialization file for poles/hosts for RA based evaulation of the matrix exponential
 rational_approximant.cuhThe generic initialization file for poles/hosts for RA based evaulation of the matrix exponential
 rational_approximant.hThe generic initialization file for poles/hosts for RA based evaulation of the matrix exponential
  generic
 complexInverse.cImplementation of LU factorization of complex (variable-sized) matricies
 complexInverse.cuImplementation of LU factorization of complex (variable-sized) matricies for CUDA
 complexInverse.cuhHeader definitions for CUDA LU factorization routines
 complexInverse.hHeader definitions for LU factorization routines
 fd_jacob.cFinite Difference Jacobian implementation based on CVODEs
 fd_jacob.cuFinite Difference Jacobian implementation based on CVODEs
 fd_jacob.cuhHeader definition of CUDA Finite Difference Jacobian
 inverse.cuCUDA LU decomposition implementation
 inverse.cuhHeaders for CUDA LU decomposition implementation
 lapack_dfns.hExternal lapack routine definitions
 read_initial_conditions.cGeneric initial condition reader
 read_initial_conditions.cuGeneric CUDA initial condition reader
 read_initial_conditions.cuhDefinition of the generic initial condition reader
 read_initial_conditions.hDefinition of the generic initial condition reader
 solver.cuhGeneric main file for all GPU solvers
 solver.hContains skeleton of all methods that need to be defined on a per solver basis
 solver_generic.cGeneric integration driver for the CPU solvers
 solver_generic.cuGeneric integration driver for the GPU solvers
 solver_init.cuhHeader definitions for solver initialization routins
 solver_init.hHeader definitions for solver initialization routins
 solver_interface.cInterface implementation for CPU solvers to be called as a library
 solver_interface.cuInterface implementation for GPU solvers to be called as a library
 solver_interface.cuhInterface implementation for GPU solvers to be called as a library
 solver_interface.hInterface implementation for CPU solvers to be called as a library
 solver_main.cGeneric main file for all CPU solvers
 solver_main.cuGeneric main file for all GPU solvers
 solver_options.cuhA file generated by Scons that specifies various options to the solvers
 solver_options.hA file generated by Scons that specifies various options to the solvers
 solver_props.cuhSimple convenience file to include the correct solver properties file
 solver_props.hSimple convenience file to include the correct solver properties file
 timer.hTimer interface for Linux
  radau2a
 radau2a.cA Radau2A IRK implementation for C Adapted from Hairer and Wanner's RADAU5 code and the FATODE ODE integration library
 radau2a.cuA Radau2A IRK implementation for CUDA Adapted from Hairer and Wanner's RADAU5 code and the FATODE ODE integration library
 radau2a_init.cImplementation of the necessary initialization for the RadauII-A solver
 radau2a_init.cuImplementation of the necessary initialization for the Radau-IIA solver
 radau2a_props.cError checking for the CPU Radua-IIa solver
 radau2a_props.cuError checking for the CPU Radua-IIa solver
 radau2a_props.cuhVarious macros controlling behaviour of RADAU2A algorithm
 radau2a_props.hVarious macros controlling behaviour of RADAU2A algorithm
  rk78
 rk78_init.cppImplementation of the necessary initialization for Boost's RK78-Felhberg solver
 rk78_typedefs.hppDefines an interface for boost's runge_kutta_fehlberg78 solver
 solver_rk78.cppDefines an interface for boost's runge_kutta_fehlberg78 solver
  rkc
 rkc.cDefines interface for Runge-Kutta-Chebyshev (RKC) solver
 rkc.cu
 rkc.cuh
 rkc.h
 rkc_init.cImplementation of the necessary initialization for the RKC solver
 rkc_init.cuImplementation of the necessary initialization for the RKC GPU solver
 rkc_props.cError checking for the CPU RKC solver
 rkc_props.cuError checking for the GPU RKC solver
 rkc_props.cuhVarious macros controlling behaviour of RKC algorithm
 rkc_props.h