Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>
Go to the source code of this file.
Functions | |
void | export_Field (py::module &m) |
void | export_Module (py::module &m) |
PYBIND11_MODULE (_FieldUtils, m) | |
void export_Field | ( | py::module & | m | ) |
Definition at line 196 of file Field.cpp.
References Field_GetPts(), Field_Init(), Field_SetPts(), and NewPartition().
Referenced by PYBIND11_MODULE().
void export_Module | ( | py::module & | m | ) |
Definition at line 384 of file Python/Module.cpp.
References Nektar::FieldUtils::GetModuleFactory(), Module_GetVtkGrid(), Module_Process(), Module_RegisterConfig(), Nektar::FieldUtils::ModuleTypeMap, and NEKPY_WRAP_ENUM_STRING.
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | _FieldUtils | , |
m | |||
) |
Definition at line 40 of file FieldUtils.cpp.
References export_Field(), and export_Module().