Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>
Go to the source code of this file.
Functions | |
void | export_StdExpansion (py::module &m) |
void | export_StdMatrixKey (py::module &m) |
Export for StdMatrixKey enumeration. More... | |
void | export_StdElements (py::module &m) |
PYBIND11_MODULE (_StdRegions, m) | |
void export_StdElements | ( | py::module & | m | ) |
Definition at line 51 of file StdElements.cpp.
Referenced by PYBIND11_MODULE().
void export_StdExpansion | ( | py::module & | m | ) |
Definition at line 170 of file Python/StdExpansion.cpp.
References StdExpansion_BwdTrans(), StdExpansion_FwdTrans(), StdExpansion_GenMatrix(), StdExpansion_GetCoords(), StdExpansion_GetStdMatrix(), StdExpansion_IProductWRTBase(), StdExpansion_L2(), StdExpansion_L2_Error(), StdExpansion_PhysDeriv(), and StdExpansion_PhysEvaluate().
Referenced by PYBIND11_MODULE().
void export_StdMatrixKey | ( | py::module & | m | ) |
Export for StdMatrixKey enumeration.
Definition at line 61 of file Python/StdMatrixKey.cpp.
References Nektar::StdRegions::ConstFactorTypeMap, Nektar::StdRegions::MatrixTypeMap, NEKPY_WRAP_ENUM, Nektar::StdRegions::NullConstFactorMap, Nektar::StdRegions::NullVarCoeffMap, StdMatrixKey_Init(), and Nektar::StdRegions::VarCoeffTypeMap.
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | _StdRegions | , |
m | |||
) |
Definition at line 41 of file StdRegions.cpp.
References export_StdElements(), export_StdExpansion(), and export_StdMatrixKey().