Nektar++
|
#include <SpatialDomains/Geometry.h>
#include <SpatialDomains/Geometry1D.h>
#include <SpatialDomains/Geometry2D.h>
#include <LibUtilities/Python/BasicUtils/SharedArray.hpp>
#include <LibUtilities/Python/NekPyConfig.hpp>
#include <SpatialDomains/Python/SpatialDomains.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 (py::module &m) |
void export_Geometry | ( | py::module & | m | ) |
Definition at line 64 of file Python/Geometry.cpp.
References Geometry_ContainsPoint(), Geometry_GenGeomFactors(), and Geometry_IsValid().
Referenced by PYBIND11_MODULE().
bool Geometry_ContainsPoint | ( | GeometrySharedPtr | geom, |
const Array< OneD, const NekDouble > & | gloCoord | ||
) |
Definition at line 47 of file Python/Geometry.cpp.
Referenced by export_Geometry().
void Geometry_GenGeomFactors | ( | GeometrySharedPtr | geom | ) |
Definition at line 53 of file Python/Geometry.cpp.
Referenced by export_Geometry().
bool Geometry_IsValid | ( | GeometrySharedPtr | geom | ) |
Definition at line 58 of file Python/Geometry.cpp.
Referenced by export_Geometry().