| 
    Nektar++
    
   | 
 
#include <LibUtilities/Python/NekPyConfig.hpp>#include <StdRegions/StdExpansion.h>#include <StdRegions/StdMatrixKey.h>#include <vector>#include <boost/python/suite/indexing/map_indexing_suite.hpp>Go to the source code of this file.
Functions | |
| StdMatrixKey * | StdMatrixKey_Init (const MatrixType matType, const LibUtilities::ShapeType shapeType, const StdExpansionSharedPtr exp, const py::object &constFactorMap, const py::object &varCoeffMap) | 
| void | export_StdMatrixKey () | 
| Export for StdMatrixKey enumeration.  More... | |
| void export_StdMatrixKey | ( | ) | 
Export for StdMatrixKey enumeration.
Definition at line 70 of file Python/StdMatrixKey.cpp.
References Nektar::StdRegions::ConstFactorTypeMap, Nektar::StdRegions::MatrixTypeMap, NEKPY_WRAP_ENUM, StdMatrixKey_Init(), and Nektar::StdRegions::VarCoeffTypeMap.
Referenced by BOOST_PYTHON_MODULE().
| StdMatrixKey * StdMatrixKey_Init | ( | const MatrixType | matType, | 
| const LibUtilities::ShapeType | shapeType, | ||
| const StdExpansionSharedPtr | exp, | ||
| const py::object & | constFactorMap, | ||
| const py::object & | varCoeffMap | ||
| ) | 
Definition at line 45 of file Python/StdMatrixKey.cpp.
References Nektar::StdRegions::NullConstFactorMap, and Nektar::StdRegions::NullVarCoeffMap.
Referenced by export_StdMatrixKey().