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) |
bool | Geometry_IsValid (GeometrySharedPtr geom) |
void | export_Geometry () |
void export_Geometry | ( | ) |
Definition at line 61 of file Python/Geometry.cpp.
References Geometry_ContainsPoint(), Geometry_GenGeomFactors(), and Geometry_IsValid().
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().
bool Geometry_IsValid | ( | GeometrySharedPtr | geom | ) |
Definition at line 55 of file Python/Geometry.cpp.
Referenced by export_Geometry().