Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>
#include <SpatialDomains/Movement/InterfaceInterpolation.h>
#include <SpatialDomains/Python/SpatialDomains.h>
Go to the source code of this file.
Functions | |
std::shared_ptr< Interface > | Interface_Init (int indx, const CompositeMap &edge, bool skipCoordCheck) |
std::shared_ptr< InterfacePair > | InterfacePair_Init (const InterfaceShPtr &leftInterface, const InterfaceShPtr &rightInterface) |
void | export_Interfaces (py::module &m) |
void export_Interfaces | ( | py::module & | m | ) |
Definition at line 54 of file Interfaces.cpp.
References CellMLToNektar.pycml::copy(), Interface_Init(), and InterfacePair_Init().
Referenced by PYBIND11_MODULE().
std::shared_ptr< Interface > Interface_Init | ( | int | indx, |
const CompositeMap & | edge, | ||
bool | skipCoordCheck | ||
) |
Definition at line 42 of file Interfaces.cpp.
Referenced by export_Interfaces().
std::shared_ptr< InterfacePair > InterfacePair_Init | ( | const InterfaceShPtr & | leftInterface, |
const InterfaceShPtr & | rightInterface | ||
) |
Definition at line 48 of file Interfaces.cpp.
Referenced by export_Interfaces().