Nektar++
Functions
ShapeType.cpp File Reference
#include <LibUtilities/BasicUtils/ShapeType.hpp>
#include <LibUtilities/Python/NekPyConfig.hpp>
#include <vector>

Go to the source code of this file.

Functions

void export_ShapeType (py::module &m)
 Export for ShapeType enumeration. More...
 

Function Documentation

◆ export_ShapeType()

void export_ShapeType ( py::module &  m)

Export for ShapeType enumeration.

Definition at line 44 of file ShapeType.cpp.

45{
47}
#define NEKPY_WRAP_ENUM(MOD, ENUMNAME, MAPNAME)
Definition: NekPyConfig.hpp:53
const char *const ShapeTypeMap[SIZE_ShapeType]
Definition: ShapeType.hpp:75

References NEKPY_WRAP_ENUM, and Nektar::LibUtilities::ShapeTypeMap.

Referenced by PYBIND11_MODULE().