#include <AMReX.H>
#include <AMReX_OpenMP.H>
#include <sundials/sundials_config.h>
#include <sundials/sundials_context.hpp>
Go to the source code of this file.
Namespaces | |
amrex | |
amrex::sundials | |
Functions | |
void | amrex::sundials::Initialize (int nthreads) |
Initialize the AMReX-SUNDIALS interface. More... | |
void | amrex::sundials::Finalize () |
Cleanup everything allocated for the AMReX-SUNDIALS interface. More... | |
::sundials::Context * | amrex::sundials::The_Sundials_Context (int i=amrex::OpenMP::get_thread_num()) |
Get the i-th SUNDIALS context instance. More... | |