Nektar++
|
#include <LocalRegions/MatrixKey.h>
#include <vector>
#include <LibUtilities/Python/NekPyConfig.hpp>
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
Go to the source code of this file.
Functions | |
MatrixKey * | MatrixKey_Init (const StdRegions::MatrixType matType, const LibUtilities::ShapeType shapeType, const StdRegions::StdExpansionSharedPtr exp, const py::object &constFactorMap, const py::object &varCoeffMap) |
void | export_MatrixKey () |
Export for MatrixKey enumeration. More... | |
void export_MatrixKey | ( | ) |
Export for MatrixKey enumeration.
Definition at line 69 of file Python/MatrixKey.cpp.
References MatrixKey_Init().
Referenced by BOOST_PYTHON_MODULE().
MatrixKey * MatrixKey_Init | ( | const StdRegions::MatrixType | matType, |
const LibUtilities::ShapeType | shapeType, | ||
const StdRegions::StdExpansionSharedPtr | exp, | ||
const py::object & | constFactorMap, | ||
const py::object & | varCoeffMap | ||
) |
Definition at line 44 of file Python/MatrixKey.cpp.
References Nektar::StdRegions::NullConstFactorMap, and Nektar::StdRegions::NullVarCoeffMap.
Referenced by export_MatrixKey().