![]() |
MFEM v4.8.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 175 of file sundials.hpp.
|
delete |
Disable copy construction.
|
static |
Provides access to the SUNContext object.
Definition at line 185 of file sundials.cpp.
|
static |
Provides access to the SundialsMemHelper object.
Definition at line 190 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 174 of file sundials.cpp.
|
delete |
Disable copy assignment.