#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 | |
| namespace | amrex |
| namespace | amrex::sundials |
Functions | |
| void | amrex::sundials::Initialize (int nthreads) |
| Initialize the AMReX-SUNDIALS interface. | |
| void | amrex::sundials::Finalize () |
| Cleanup everything allocated for the AMReX-SUNDIALS interface. | |
| ::sundials::Context * | amrex::sundials::The_Sundials_Context (int i=amrex::OpenMP::get_thread_num()) |
| Get the i-th SUNDIALS context instance. | |