|
Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>#include <SpatialDomains/Movement/InterfaceInterpolation.h>#include <boost/python/suite/indexing/vector_indexing_suite.hpp>Go to the source code of this file.
Functions | |
| std::shared_ptr< Interface > | Interface_Init (int indx, const CompositeMap &edge) |
| std::shared_ptr< InterfacePair > | InterfacePair_Init (const InterfaceShPtr &leftInterface, const InterfaceShPtr &rightInterface) |
| void | export_Interfaces () |
| void export_Interfaces | ( | ) |
Definition at line 53 of file Interfaces.cpp.
References Interface_Init(), and InterfacePair_Init().
Referenced by BOOST_PYTHON_MODULE().
| std::shared_ptr< Interface > Interface_Init | ( | int | indx, |
| const CompositeMap & | edge | ||
| ) |
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 47 of file Interfaces.cpp.
Referenced by export_Interfaces().