47 const MeshLib::Mesh& mesh, Eigen::Vector3d
const& dir,
double angle);
70 Eigen::Vector3d
const& dir,
72 std::string_view subsfc_node_id_prop_name =
"",
73 std::string_view subsfc_element_id_prop_name =
"",
74 std::string_view face_id_prop_name =
"");
79 const std::vector<MeshLib::Element*>& all_elements,
80 std::vector<MeshLib::Element*>& sfc_elements,
81 std::vector<std::size_t>& element_to_bulk_element_id_map,
82 std::vector<std::size_t>& element_to_bulk_face_id_map,
83 Eigen::Vector3d
const& dir,
85 unsigned mesh_dimension);
88namespace BoundaryExtraction
92 std::string_view subsfc_node_id_prop_name,
93 std::string_view subsfc_element_id_prop_name,
94 std::string_view face_id_prop_name);
99 std::string_view node_to_bulk_node_id_map_name,
100 std::vector<std::size_t>
const& node_to_bulk_node_id_map,
101 std::string_view element_to_bulk_element_id_map_name,
102 std::vector<std::size_t>
const& element_to_bulk_element_id_map,
103 std::string_view element_to_bulk_face_id_map_name,
104 std::vector<std::size_t>
const& element_to_bulk_face_id_map);
Definition of the class Properties that implements a container of properties.
Definition of the Mesh class.