OGS
|
Functions | |
std::string | convertMeshNodesToGeoPoints (MeshLib::Mesh const &mesh, double const eps, GeoLib::GEOObjects &geo_objects) |
void | addElementToSurface (MeshLib::Element const &e, std::vector< std::size_t > const &id_map, GeoLib::Surface &surface) |
void anonymous_namespace{convertMeshToGeo.cpp}::addElementToSurface | ( | MeshLib::Element const & | e, |
std::vector< std::size_t > const & | id_map, | ||
GeoLib::Surface & | surface ) |
Definition at line 49 of file convertMeshToGeo.cpp.
References GeoLib::Surface::addTriangle(), MeshLib::Element::getGeomType(), MeshLib::QUAD, and MeshLib::TRIANGLE.
std::string anonymous_namespace{convertMeshToGeo.cpp}::convertMeshNodesToGeoPoints | ( | MeshLib::Mesh const & | mesh, |
double const | eps, | ||
GeoLib::GEOObjects & | geo_objects ) |
Convert and add mesh nodes to the geo_objects. A new name of the geo object is returned.
Definition at line 31 of file convertMeshToGeo.cpp.
References GeoLib::GEOObjects::addPointVec(), MeshLib::Mesh::getName(), MeshLib::Mesh::getNodes(), and MeshLib::Mesh::getNumberOfNodes().