Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
GridIn< dim, spacedim > Member List

This is the complete list of members for GridIn< dim, spacedim >, including all inherited members.

attach_triangulation(Triangulation< dim, spacedim > &tria)GridIn< dim, spacedim >
dbmesh enum valueGridIn< dim, spacedim >
debug_output_grid(const std::vector< CellData< dim > > &cells, const std::vector< Point< spacedim > > &vertices, std::ostream &out)GridIn< dim, spacedim >protectedstatic
DeclException0(ExcNoTriangulationSelected)GridIn< dim, spacedim >
DeclException0(ExcInvalidDBMeshFormat)GridIn< dim, spacedim >
DeclException0(ExcGmshNoCellInformation) (defined in GridIn< dim, spacedim >)GridIn< dim, spacedim >
DeclException1(ExcUnknownSectionType, int,<< "The section type <"<< arg1<< "> in an UNV "<< "input file is not implemented.")GridIn< dim, spacedim >
DeclException1(ExcUnknownElementType, int,<< "The element type <"<< arg1<< "> in an UNV "<< "input file is not implemented.")GridIn< dim, spacedim >
DeclException1(ExcUnknownIdentifier, std::string,<< "The identifier <"<< arg1<< "> as name of a "<< "part in an UCD input file is unknown or the "<< "respective input routine is not implemented."<< "(Maybe the space dimension of triangulation and "<< "input file do not match?")GridIn< dim, spacedim >
DeclException1(ExcInvalidDBMESHInput, std::string,<< "The string <"<< arg1<< "> is not recognized at the present"<< " position of a DB Mesh file.")GridIn< dim, spacedim >
DeclException1(ExcDBMESHWrongDimension, int,<< "The specified dimension "<< arg1<< " is not the same as that of the triangulation to be created.")GridIn< dim, spacedim >
DeclException1(ExcInvalidGMSHInput, std::string,<< "The string <"<< arg1<< "> is not recognized at the present"<< " position of a Gmsh Mesh file.") (defined in GridIn< dim, spacedim >)GridIn< dim, spacedim >
DeclException1(ExcGmshUnsupportedGeometry, int,<< "The Element Identifier <"<< arg1<< "> is not "<< "supported in the Deal.II Library.\n"<< "Supported elements are: \n"<< "ELM-TYPE\n"<< "1 Line (2 nodes, 1 edge).\n"<< "3 Quadrilateral (4 nodes, 4 edges).\n"<< "5 Hexahedron (8 nodes, 12 edges, 6 faces).\n"<< "15 Point (1 node, ignored when read)") (defined in GridIn< dim, spacedim >)GridIn< dim, spacedim >
DeclException2(ExcInvalidVertexIndex, int, int,<< "Trying to access invalid vertex index "<< arg2<< " while creating cell "<< arg1)GridIn< dim, spacedim >
Default enum valueGridIn< dim, spacedim >
default_formatGridIn< dim, spacedim >private
default_suffix(const Format format)GridIn< dim, spacedim >static
Format enum nameGridIn< dim, spacedim >
get_format_names()GridIn< dim, spacedim >static
GridIn()GridIn< dim, spacedim >
msh enum valueGridIn< dim, spacedim >
netcdf enum valueGridIn< dim, spacedim >
parse_format(const std::string &format_name)GridIn< dim, spacedim >static
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)GridIn< dim, spacedim >privatestatic
read(std::istream &in, Format format=Default)GridIn< dim, spacedim >
read(const std::string &in, Format format=Default)GridIn< dim, spacedim >
read_dbmesh(std::istream &in)GridIn< dim, spacedim >
read_msh(std::istream &in)GridIn< dim, spacedim >
read_netcdf(const std::string &filename)GridIn< dim, spacedim >
read_tecplot(std::istream &in)GridIn< dim, spacedim >
read_ucd(std::istream &in)GridIn< dim, spacedim >
read_unv(std::istream &in)GridIn< dim, spacedim >
read_vtk(std::istream &in)GridIn< dim, spacedim >
read_xda(std::istream &in)GridIn< dim, spacedim >
skip_comment_lines(std::istream &in, const char comment_start)GridIn< dim, spacedim >privatestatic
skip_empty_lines(std::istream &in)GridIn< dim, spacedim >privatestatic
tecplot enum valueGridIn< dim, spacedim >
triaGridIn< dim, spacedim >protected
ucd enum valueGridIn< dim, spacedim >
unv enum valueGridIn< dim, spacedim >
vtk enum valueGridIn< dim, spacedim >
xda enum valueGridIn< dim, spacedim >