Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>
Go to the source code of this file.
Functions | |
void | export_Expansion (py::module &m) |
void | export_LocalElements (py::module &m) |
void | export_MatrixKey (py::module &m) |
Export for MatrixKey enumeration. More... | |
PYBIND11_MODULE (_LocalRegions, m) | |
void export_Expansion | ( | py::module & | m | ) |
Definition at line 43 of file Python/Expansion.cpp.
Referenced by PYBIND11_MODULE().
void export_LocalElements | ( | py::module & | m | ) |
Definition at line 47 of file LocalElements.cpp.
Referenced by PYBIND11_MODULE().
void export_MatrixKey | ( | py::module & | m | ) |
Export for MatrixKey enumeration.
Definition at line 60 of file Python/MatrixKey.cpp.
References MatrixKey_Init(), Nektar::StdRegions::NullConstFactorMap, and Nektar::StdRegions::NullVarCoeffMap.
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | _LocalRegions | , |
m | |||
) |
Definition at line 41 of file LocalRegions.cpp.
References export_Expansion(), export_LocalElements(), and export_MatrixKey().