OGS
|
Implementation of OpenGeoSys mesh python module.
Definition in file ogs_mesh_python_module.cpp.
#include <algorithm>
#include <pybind11/eigen.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <spdlog/spdlog.h>
#include <numeric>
#include <range/v3/numeric.hpp>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/enumerate.hpp>
#include <range/v3/view/indirect.hpp>
#include <range/v3/view/map.hpp>
#include <range/v3/view/transform.hpp>
#include <vector>
#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 (mesh, m) | |
python module name is OpenGeoSys | |
PYBIND11_MODULE | ( | mesh | , |
m | ) |
python module name is OpenGeoSys
Definition at line 34 of file ogs_mesh_python_module.cpp.
References OGSMesh::getCellDataArray(), OGSMesh::getCells(), OGSMesh::getPointCoordinates(), OGSMesh::getPointDataArray(), OGSMesh::setCellDataArray(), and OGSMesh::setPointDataArray().