OGS
|
Definition in file ConstructMeshesFromGeometries.cpp.
#include "ConstructMeshesFromGeometries.h"
#include <mpi.h>
#include "MeshLib/NodePartitionedMesh.h"
#include "MeshLib/Utils/transformMeshToNodePartitionedMesh.h"
#include "BaseLib/Logging.h"
#include "BoundaryElementsSearcher.h"
#include "GeoLib/GEOObjects.h"
#include "MeshLib/Elements/Element.h"
#include "MeshLib/Node.h"
#include "MeshLib/Utils/DuplicateMeshComponents.h"
#include "MeshLib/Utils/createMeshFromElementSelection.h"
#include "MeshNodeSearcher.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshGeoToolsLib |
Functions | |
std::string | MeshGeoToolsLib::meshNameFromGeometry (std::string const &geometrical_set_name, std::string const &geometry_name) |
template<typename GeometryVec > | |
std::vector< std::unique_ptr< MeshLib::Mesh > > | MeshGeoToolsLib::constructAdditionalMeshesFromGeometries (std::vector< GeometryVec * > const &geometries, MeshGeoToolsLib::BoundaryElementsSearcher &boundary_element_searcher, bool const multiple_nodes_allowed) |
std::vector< std::unique_ptr< MeshLib::Mesh > > | MeshGeoToolsLib::constructAdditionalMeshesFromGeoObjects (GeoLib::GEOObjects const &geo_objects, MeshLib::Mesh const &mesh, std::unique_ptr< SearchLength > search_length_algorithm, bool const multiple_nodes_allowed) |