16#ifndef dealii_grid_in_h
17#define dealii_grid_in_h
34template <
int dim,
int space_dim>
310template <
int dim,
int spacedim = dim>
458 const bool apply_all_indicators_to_manifolds =
false);
501 const bool apply_all_indicators_to_manifolds =
false);
524#ifdef DEAL_II_GMSH_WITH_API
581 read_msh(
const std::string &filename);
666 const bool remove_duplicates =
true,
667 const double tol = 1e-12,
668 const bool ignore_unsupported_element_types =
true);
745 const bool apply_all_indicators_to_manifolds =
false);
772 <<
"The section type <" << arg1 <<
"> in an UNV "
773 <<
"input file is not implemented.");
780 <<
"The element type <" << arg1 <<
"> in an UNV "
781 <<
"input file is not implemented.");
788 <<
"The identifier <" << arg1 <<
"> as name of a "
789 <<
"part in an UCD input file is unknown or the "
790 <<
"respective input routine is not implemented."
791 <<
"(Maybe the space dimension of triangulation and "
792 <<
"input file do not match?");
797 "No Triangulation has been attached to this GridIn object "
798 "so that nothing can be filled during any read function "
799 "calls. Please pass a reference to the Triangulation tria "
800 "to be filled in the constructor GridIn(tria) or attach "
801 "it with the function call GridIn::attach_triangulation().");
809 <<
"While creating cell " << arg1
810 <<
", you are referencing a vertex with index " << arg2
811 <<
" but no vertex with this index has been described in the input file.");
820 <<
"While creating cell " << arg1 <<
" (which is numbered as " << arg2
821 <<
" in the input file), you are referencing a vertex with index " << arg3
822 <<
" but no vertex with this index has been described in the input file.");
832 <<
"The string <" << arg1
833 <<
"> is not recognized at the present"
834 <<
" position of a DB Mesh file.");
842 <<
"The specified dimension " << arg1
843 <<
" is not the same as that of the triangulation to be created.");
847 <<
"The string <" << arg1
848 <<
"> is not recognized at the present"
849 <<
" position of a Gmsh Mesh file.");
853 <<
"The Element Identifier <" << arg1 <<
"> is not "
854 <<
"supported in the deal.II library when "
855 <<
"reading meshes in " << dim <<
" dimensions.\n"
856 <<
"Supported elements are: \n"
858 <<
"1 Line (2 nodes, 1 edge).\n"
859 <<
"3 Quadrilateral (4 nodes, 4 edges).\n"
860 <<
"5 Hexahedron (8 nodes, 12 edges, 6 faces) when in 3d.\n"
861 <<
"15 Point (1 node, ignored when read)");
868 "While reading a gmsh file, the reader function did not find "
869 "any cells. This sometimes happens if the file only contains a "
870 "surface mesh, but not a volume mesh."
872 "The reader function did find " +
873 std::to_string(arg1) +
" lines and " + std::to_string(arg2) +
874 " facets (surface triangles or quadrilaterals).");
934 std::vector<unsigned int> &tecplot2deal,
935 unsigned int & n_vars,
936 unsigned int & n_vertices,
937 unsigned int & n_cells,
938 std::vector<unsigned int> &IJK,
@ Default
Use GridIn::default_format stored in this object.
@ tecplot
Use read_tecplot()
@ dbmesh
Use read_dbmesh()
@ abaqus
Use read_abaqus()
@ assimp
Use read_assimp()
@ exodusii
Use read_exodusii()
SmartPointer< Triangulation< dim, spacedim >, GridIn< dim, spacedim > > tria
void read_vtk(std::istream &in)
static void skip_empty_lines(std::istream &in)
void read_assimp(const std::string &filename, const unsigned int mesh_index=numbers::invalid_unsigned_int, const bool remove_duplicates=true, const double tol=1e-12, const bool ignore_unsupported_element_types=true)
void read_abaqus(std::istream &in, const bool apply_all_indicators_to_manifolds=false)
static std::string default_suffix(const Format format)
void read_xda(std::istream &in)
void read_comsol_mphtxt(std::istream &in)
static void skip_comment_lines(std::istream &in, const char comment_start)
void attach_triangulation(Triangulation< dim, spacedim > &tria)
void read_msh(std::istream &in)
static Format parse_format(const std::string &format_name)
void read_vtu(std::istream &in)
void read_tecplot(std::istream &in)
ExodusIIData read_exodusii(const std::string &filename, const bool apply_all_indicators_to_manifolds=false)
void read_dbmesh(std::istream &in)
void read_ucd(std::istream &in, const bool apply_all_indicators_to_manifolds=false)
void read(std::istream &in, Format format=Default)
static void debug_output_grid(const std::vector< CellData< dim > > &cells, const std::vector< Point< spacedim > > &vertices, std::ostream &out)
static std::string get_format_names()
void read_unv(std::istream &in)
static void parse_tecplot_header(std::string &header, std::vector< unsigned int > &tecplot2deal, unsigned int &n_vars, unsigned int &n_vertices, unsigned int &n_cells, std::vector< unsigned int > &IJK, bool &structured, bool &blocked)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
#define DeclException0(Exception0)
static ::ExceptionBase & ExcInvalidDBMeshFormat()
static ::ExceptionBase & ExcUnknownIdentifier(std::string arg1)
static ::ExceptionBase & ExcInvalidGMSHInput(std::string arg1)
static ::ExceptionBase & ExcInvalidDBMESHInput(std::string arg1)
static ::ExceptionBase & ExcDBMESHWrongDimension(int arg1)
static ::ExceptionBase & ExcInvalidVertexIndex(int arg1, int arg2)
static ::ExceptionBase & ExcNoTriangulationSelected()
#define DeclException2(Exception2, type1, type2, outsequence)
static ::ExceptionBase & ExcUnknownElementType(int arg1)
static ::ExceptionBase & ExcGmshNoCellInformation(unsigned int arg1, unsigned int arg2)
static ::ExceptionBase & ExcInvalidVertexIndexGmsh(int arg1, int arg2, int arg3)
#define DeclExceptionMsg(Exception, defaulttext)
static ::ExceptionBase & ExcUnknownSectionType(int arg1)
#define DeclException3(Exception3, type1, type2, type3, outsequence)
#define DeclException1(Exception1, type1, outsequence)
static ::ExceptionBase & ExcGmshUnsupportedGeometry(int arg1)
static const unsigned int invalid_unsigned_int
std::vector< std::vector< int > > id_to_sideset_ids