Block-Structured AMR Software Framework
AMReX_Sundials.H
Go to the documentation of this file.
1 #ifndef AMREX_SUNDIALS_H_
2 #define AMREX_SUNDIALS_H_
3 
4 #include <AMReX.H>
6 #include <AMReX_Sundials_Core.H>
7 #include <AMReX_SUNMemory.H>
8 
9 static_assert(std::is_same_v<amrex::Real,sunrealtype>,
10  "amrex::Real must be the same as SUNDIALS sunrealtype");
11 
12 #endif