Reference documentation for deal.II version 8.4.2
GridIn< dim, spacedim > Member List

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

abaqus enum valueGridIn< dim, spacedim >
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 >
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 >
DeclException2(ExcInvalidVertexIndex, int, int,<< "While creating cell "<< arg1<< ", you are referencing a vertex with index "<< arg2<< " but no vertex with this index has been described in the input file.")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_abaqus(std::istream &in)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 >