|
Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>#include <SpatialDomains/Geometry.h>#include <SpatialDomains/Geometry1D.h>#include <SpatialDomains/Geometry2D.h>Go to the source code of this file.
Functions | |
| bool | Geometry_ContainsPoint (GeometrySharedPtr geom, const Array< OneD, const NekDouble > &gloCoord) |
| void | Geometry_GenGeomFactors (GeometrySharedPtr geom) |
| void | export_Geometry () |
| void export_Geometry | ( | ) |
Definition at line 55 of file Python/Geometry.cpp.
References Geometry_ContainsPoint(), and Geometry_GenGeomFactors().
Referenced by BOOST_PYTHON_MODULE().
| bool Geometry_ContainsPoint | ( | GeometrySharedPtr | geom, |
| const Array< OneD, const NekDouble > & | gloCoord | ||
| ) |
Definition at line 44 of file Python/Geometry.cpp.
Referenced by export_Geometry().
| void Geometry_GenGeomFactors | ( | GeometrySharedPtr | geom | ) |
Definition at line 50 of file Python/Geometry.cpp.
Referenced by export_Geometry().