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, bool skipCoordCheck) |
std::shared_ptr< InterfacePair > | InterfacePair_Init (const InterfaceShPtr &leftInterface, const InterfaceShPtr &rightInterface) |
void | export_Interfaces () |
void export_Interfaces | ( | ) |
Definition at line 54 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, | ||
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().