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