|
Nektar++
|
#include <boost/version.hpp>#include <boost/python.hpp>#include <boost/numpy.hpp>Go to the source code of this file.
Macros | |
| #define | SIZENAME(s) SIZE_##s |
| #define | NEKPY_WRAP_ENUM(ENUMNAME, MAPNAME) |
| #define | NEKPY_WRAP_ENUM_STRING(ENUMNAME, MAPNAME) |
| #define | NEKPY_WRAP_ENUM_STRING_DOCS(ENUMNAME, MAPNAME, DOCSTRING) |
| #define | NEKPY_SHPTR_FIX(SOURCE, TARGET) |
| #define NEKPY_SHPTR_FIX | ( | SOURCE, | |
| TARGET | |||
| ) |
Definition at line 106 of file NekPyConfig.hpp.
Referenced by export_ContField(), export_DisContField_Helper(), export_ExpList2D(), export_Geom(), export_GeomElements(), export_LocalElements(), export_QuadExp(), export_SegExp(), export_StdElements(), and export_TriExp().
| #define NEKPY_WRAP_ENUM | ( | ENUMNAME, | |
| MAPNAME | |||
| ) |
Definition at line 56 of file NekPyConfig.hpp.
Referenced by export_Basis(), export_Comm(), export_ShapeType(), and export_StdMatrixKey().
| #define NEKPY_WRAP_ENUM_STRING | ( | ENUMNAME, | |
| MAPNAME | |||
| ) |
Definition at line 65 of file NekPyConfig.hpp.
| #define NEKPY_WRAP_ENUM_STRING_DOCS | ( | ENUMNAME, | |
| MAPNAME, | |||
| DOCSTRING | |||
| ) |
Definition at line 89 of file NekPyConfig.hpp.
Referenced by export_Points().
| #define SIZENAME | ( | s | ) | SIZE_##s |
Definition at line 55 of file NekPyConfig.hpp.
1.8.13