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 ()
 Export for ShapeType enumeration. More...
 

Function Documentation

◆ export_ShapeType()

void export_ShapeType ( )

Export for ShapeType enumeration.

Definition at line 44 of file ShapeType.cpp.

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

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

Referenced by BOOST_PYTHON_MODULE().