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 CellMLToNektar.pycml::copy(), GetInterfaces_wrapper(), and Movement_Init().
Referenced by PYBIND11_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().