38 #ifndef GETFEM_IMPORT_H__
39 #define GETFEM_IMPORT_H__
107 void import_mesh(
const std::string& filename,
const std::string& format,
109 void import_mesh(std::istream& f,
const std::string& format,
111 void import_mesh(
const std::string& filename, mesh& m);
143 std::map<std::string, size_type> ®ion_map,
144 bool remove_last_dimension =
true,
145 std::map<
size_type, std::set<size_type>> *nodal_map = NULL,
146 bool remove_duplicated_nodes =
true);
149 std::map<std::string, size_type> ®ion_map,
150 bool remove_last_dimension =
true,
151 std::map<
size_type, std::set<size_type>> *nodal_map = NULL,
152 bool remove_duplicated_nodes =
true);
155 bool add_all_element_type =
false,
156 std::set<size_type> *lower_dim_convex_rg = NULL,
157 std::map<std::string, size_type> *region_map = NULL,
158 bool remove_last_dimension =
true,
159 std::map<
size_type, std::set<size_type>> *nodal_map = NULL,
160 bool remove_duplicated_nodes =
true);
163 bool add_all_element_type =
false,
164 std::set<size_type> *lower_dim_convex_rg = NULL,
165 std::map<std::string, size_type> *region_map = NULL,
166 bool remove_last_dimension =
true,
167 std::map<
size_type, std::set<size_type>> *nodal_map = NULL,
168 bool remove_duplicated_nodes =
true);