Skip to main content
File sundials_backports.hxx
File sundials_backports.hxx
Defines
-
SUNDIALS_CONTROLLER_SUPPORT
-
SUNDIALS_TABLE_BY_NAME_SUPPORT
Typedefs
-
using sundials_real_type = realtype
Functions
-
inline sundials::Context createSUNContext([[maybe_unused]] MPI_Comm &comm)
-
template<typename Func, typename ...Args>
inline decltype(auto) callWithSUNContext(Func f, [[maybe_unused]] sundials::Context &ctx, Args&&... args)
Variables
-
constexpr auto SUN_PREC_RIGHT = PREC_RIGHT
-
constexpr auto SUN_PREC_LEFT = PREC_LEFT
-
constexpr auto SUN_PREC_NONE = PREC_NONE
-
namespace sundials
Typedefs
-
using Context = std::nullptr_t