Nektar++
|
#include <boost/version.hpp>
#include <memory>
#include "ShPtrFixes.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_WRAP_ENUM | ( | ENUMNAME, | |
MAPNAME | |||
) |
Definition at line 66 of file NekPyConfig.hpp.
#define NEKPY_WRAP_ENUM_STRING | ( | ENUMNAME, | |
MAPNAME | |||
) |
Definition at line 75 of file NekPyConfig.hpp.
#define NEKPY_WRAP_ENUM_STRING_DOCS | ( | ENUMNAME, | |
MAPNAME, | |||
DOCSTRING | |||
) |
Definition at line 99 of file NekPyConfig.hpp.
#define SIZENAME | ( | s | ) | SIZE_##s |
Definition at line 65 of file NekPyConfig.hpp.