Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
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>
7#include <AMReX_SUNMemory.H>
8
9static_assert(std::is_same_v<amrex::Real,sunrealtype>,
10 "amrex::Real must be the same as SUNDIALS sunrealtype");
11
12#endif