File sundials_backports.hxx

Typedefs

using SUNLinearSolver = int*
using sunindextype = long int
using SUNNonlinearSolver = int*
using SUNContext = sundials::Context

Functions

inline void SUNLinSolFree(MAYBE_UNUSED(SUNLinearSolver solver))
inline void SUNNonlinSolFree(MAYBE_UNUSED(SUNNonlinearSolver solver))
inline N_Vector N_VNew_Parallel(MPI_Comm comm, sunindextype local_length, sunindextype global_length, MAYBE_UNUSED(SUNContext sunctx))

Variables

constexpr auto SUN_PREC_RIGHT = PREC_RIGHT
constexpr auto SUN_PREC_LEFT = PREC_LEFT
constexpr auto SUN_PREC_NONE = PREC_NONE
namespace sundials
struct Context

Public Functions

inline  Context (MPI_Comm comm MAYBE_UNUSED()=nullptr)