|
Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>#include <SpatialDomains/Movement/Movement.h>#include <SpatialDomains/Python/SpatialDomains.h>Go to the source code of this file.
Functions | |
| py::dict | GetInterfaces_wrapper (MovementSharedPtr movement) |
| MovementSharedPtr | Movement_Init () |
| void | export_Movement (py::module &m) |
| void export_Movement | ( | py::module & | m | ) |
Definition at line 61 of file Python/Movement.cpp.
References Nektar::SpatialDomains::Movement::AddInterface(), Nektar::SpatialDomains::Movement::AddZone(), GetInterfaces_wrapper(), Nektar::SpatialDomains::Movement::GetZones(), Movement_Init(), and Nektar::SpatialDomains::Movement::PerformMovement().
Referenced by PYBIND11_MODULE().
| py::dict GetInterfaces_wrapper | ( | MovementSharedPtr | movement | ) |
Definition at line 45 of file Python/Movement.cpp.
Referenced by export_Movement().
| MovementSharedPtr Movement_Init | ( | ) |
Definition at line 56 of file Python/Movement.cpp.
Referenced by export_Movement().