![]() |
MFEM
v4.5.2
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. More... | |
| void | operator= (const Sundials &other)=delete |
| Disable copy assignment. More... | |
Static Public Member Functions | |
| static void | Init () |
| static SUNContext & | GetContext () |
| Provides access to the SUNContext object. More... | |
| static SundialsMemHelper & | GetMemHelper () |
| Provides access to the SundialsMemHelper object. More... | |
Singleton class for SUNContext and SundialsMemHelper objects.
Definition at line 137 of file sundials.hpp.
|
delete |
Disable copy construction.
|
static |
Provides access to the SUNContext object.
Definition at line 165 of file sundials.cpp.
|
static |
Provides access to the SundialsMemHelper object.
Definition at line 170 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 154 of file sundials.cpp.
|
delete |
Disable copy assignment.
1.8.14