|
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. | |
| PYBIND11_MODULE (_LocalRegions, m) | |
| void export_Expansion | ( | py::module & | m | ) |
Definition at line 43 of file Python/Expansion.cpp.
References Nektar::LocalRegions::Expansion::GetGeom(), and Nektar::LocalRegions::Expansion::Reset().
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().