|
Nektar++
|
#include <LocalRegions/MatrixKey.h>#include <vector>#include <LibUtilities/Python/NekPyConfig.hpp>Go to the source code of this file.
Functions | |
| std::unique_ptr< MatrixKey > | MatrixKey_Init (const StdRegions::MatrixType matType, const LibUtilities::ShapeType shapeType, const StdRegions::StdExpansionSharedPtr exp, const StdRegions::ConstFactorMap &constFactorMap, const StdRegions::VarCoeffMap &varCoeffMap) |
| void | export_MatrixKey (py::module &m) |
| Export for MatrixKey enumeration. More... | |
| 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().
| std::unique_ptr< MatrixKey > MatrixKey_Init | ( | const StdRegions::MatrixType | matType, |
| const LibUtilities::ShapeType | shapeType, | ||
| const StdRegions::StdExpansionSharedPtr | exp, | ||
| const StdRegions::ConstFactorMap & | constFactorMap, | ||
| const StdRegions::VarCoeffMap & | varCoeffMap | ||
| ) |
Definition at line 46 of file Python/MatrixKey.cpp.
Referenced by export_MatrixKey().