MFEM v4.7.0
Finite element discretization library
|
Singleton class for SUNContext and SundialsMemHelper objects. More...
#include <sundials.hpp>
Public Member Functions | |
Sundials (Sundials &other)=delete | |
Disable copy construction. | |
void | operator= (const Sundials &other)=delete |
Disable copy assignment. | |
Static Public Member Functions | |
static void | Init () |
static SUNContext & | GetContext () |
Provides access to the SUNContext object. | |
static SundialsMemHelper & | GetMemHelper () |
Provides access to the SundialsMemHelper object. | |
Singleton class for SUNContext and SundialsMemHelper objects.
Definition at line 148 of file sundials.hpp.
|
delete |
Disable copy construction.
|
static |
Provides access to the SUNContext object.
Definition at line 175 of file sundials.cpp.
|
static |
Provides access to the SundialsMemHelper object.
Definition at line 180 of file sundials.cpp.
|
static |
Initializes SUNContext and SundialsMemHelper objects. Should be called at the beginning of the calling program (after Mpi::Init if applicable)
Definition at line 164 of file sundials.cpp.
|
delete |
Disable copy assignment.