![]() |
OGS
|
Implementation of OpenGeoSys mesh python module.
Definition in file ogs_mesh_python_module.cpp.
#include <pybind11/eigen.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <algorithm>
#include <numeric>
#include "BaseLib/ExportSymbol.h"
#include "BaseLib/Logging.h"
#include "InfoLib/GitInfo.h"
#include "OGSMesh.h"
Go to the source code of this file.
Functions | |
PYBIND11_MODULE (OGSMesh, m) | |
python module name is OpenGeoSys | |
PYBIND11_MODULE | ( | OGSMesh | , |
m | ) |
python module name is OpenGeoSys
Definition at line 26 of file ogs_mesh_python_module.cpp.
References MeshLib::Cell, OGSMesh::dataArray_dispatch(), MeshLib::Edge, MeshLib::Face, OGSMesh::getCells(), OGSMesh::getDataArrayNames(), OGSMesh::getPointCoordinates(), BaseLib::initOGSLogger(), MeshLib::IntegrationPoint, OGSMesh::meshItemType(), and MeshLib::Node.