Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>
#include <SpatialDomains/Movement/Movement.h>
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
Go to the source code of this file.
Functions | |
py::dict | GetInterfaces_wrapper (MovementSharedPtr movement) |
MovementSharedPtr | Movement_Init () |
void | export_Movement () |
void export_Movement | ( | ) |
Definition at line 61 of file Python/Movement.cpp.
References GetInterfaces_wrapper(), and Movement_Init().
Referenced by BOOST_PYTHON_MODULE().
py::dict GetInterfaces_wrapper | ( | MovementSharedPtr | movement | ) |
Definition at line 45 of file Python/Movement.cpp.
References Nektar::UnitTests::d().
Referenced by export_Movement().
MovementSharedPtr Movement_Init | ( | ) |
Definition at line 56 of file Python/Movement.cpp.
Referenced by export_Movement().