#include <sundials.hpp>
|
static int | SundialsMemHelper_Alloc (SUNMemoryHelper helper, SUNMemory *memptr, size_t memsize, SUNMemoryType mem_type#if(SUNDIALS_VERSION_MAJOR >=6), void *queue#endif) |
|
static int | SundialsMemHelper_Dealloc (SUNMemoryHelper helper, SUNMemory sunmem#if(SUNDIALS_VERSION_MAJOR >=6), void *queue#endif) |
|
Definition at line 70 of file sundials.hpp.
mfem::SundialsMemHelper::SundialsMemHelper |
( |
| ) |
|
|
default |
Default constructor – object must be moved to.
mfem::SundialsMemHelper::SundialsMemHelper |
( |
SUNContext |
context | ) |
|
Disable copy construction.
mfem::SundialsMemHelper::~SundialsMemHelper |
( |
| ) |
|
|
inline |
mfem::SundialsMemHelper::SundialsMemHelper |
( |
| ) |
|
|
default |
mfem::SundialsMemHelper::SundialsMemHelper |
( |
SUNContext |
context | ) |
|
|
inline |
mfem::SundialsMemHelper::operator SUNMemoryHelper |
( |
| ) |
const |
|
inline |
Typecasting to SUNDIALS' SUNMemoryHelper type.
Definition at line 99 of file sundials.hpp.
int mfem::SundialsMemHelper::SundialsMemHelper_Alloc |
( |
SUNMemoryHelper |
helper, |
|
|
SUNMemory * |
memptr, |
|
|
size_t |
memsize, |
|
|
SUNMemoryType mem_type# |
ifSUNDIALS_VERSION_MAJOR >=6, |
|
|
void *queue# |
endif |
|
) |
| |
|
static |
int mfem::SundialsMemHelper::SundialsMemHelper_Dealloc |
( |
SUNMemoryHelper |
helper, |
|
|
SUNMemory sunmem# |
ifSUNDIALS_VERSION_MAJOR >=6, |
|
|
void *queue# |
endif |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: