OGS
ConstructMeshesFromGeometries.h
Go to the documentation of this file.
1
10#include <memory>
11#include <vector>
12
13#include "MeshLib/Mesh.h"
14
15namespace GeoLib
16{
17class GEOObjects;
18}
19
20namespace MeshGeoToolsLib
21{
22class SearchLength;
23}
24namespace MeshGeoToolsLib
25{
29std::vector<std::unique_ptr<MeshLib::Mesh>>
31 MeshLib::Mesh const& mesh,
32 std::unique_ptr<SearchLength>
33 search_length_algorithm,
34 bool const multiple_nodes_allowed);
35
36std::string meshNameFromGeometry(std::string const& geometrical_set_name,
37 std::string const& geometry_name);
38} // namespace MeshGeoToolsLib
Definition of the Mesh class.
Container class for geometric objects.
Definition GEOObjects.h:57
std::string meshNameFromGeometry(std::string const &geometrical_set_name, std::string const &geometry_name)
std::vector< std::unique_ptr< MeshLib::Mesh > > constructAdditionalMeshesFromGeoObjects(GeoLib::GEOObjects const &geo_objects, MeshLib::Mesh const &mesh, std::unique_ptr< SearchLength > search_length_algorithm, bool const multiple_nodes_allowed)