Reference documentation for deal.II version 9.2.0
|
#include <deal.II/grid/tria_description.h>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
bool | operator== (const Description< dim, spacedim > &other) const |
Public Attributes | |
std::vector<::CellData< dim > > | coarse_cells |
std::vector< Point< spacedim > > | coarse_cell_vertices |
std::vector< types::coarse_cell_id > | coarse_cell_index_to_coarse_cell_id |
std::vector< std::vector< CellData< dim > > > | cell_infos |
MPI_Comm | comm |
Settings | settings |
Triangulation< dim, spacedim >::MeshSmoothing | smoothing |
Data used in Triangulation::create_triangulation().
Definition at line 347 of file tria_description.h.
void TriangulationDescription::Description< dim, spacedim >::serialize | ( | Archive & | ar, |
const unsigned int | |||
) |
Boost serialization function
Definition at line 521 of file tria_description.h.
bool TriangulationDescription::Description< dim, spacedim >::operator== | ( | const Description< dim, spacedim > & | other | ) | const |
Comparison operator.
Definition at line 561 of file tria_description.h.
std::vector<::CellData<dim> > TriangulationDescription::Description< dim, spacedim >::coarse_cells |
Cells of the locally-relevant coarse-grid triangulation.
Definition at line 365 of file tria_description.h.
std::vector<Point<spacedim> > TriangulationDescription::Description< dim, spacedim >::coarse_cell_vertices |
Vertices of the locally-relevant coarse-grid triangulation.
Definition at line 370 of file tria_description.h.
std::vector<types::coarse_cell_id> TriangulationDescription::Description< dim, spacedim >::coarse_cell_index_to_coarse_cell_id |
List that for each locally-relevant coarse cell provides the corresponding global GlossCoarseCellId.
Definition at line 377 of file tria_description.h.
std::vector<std::vector<CellData<dim> > > TriangulationDescription::Description< dim, spacedim >::cell_infos |
CellData for each locally relevant cell on each level. cell_infos[i] contains the CellData for each locally relevant cell on the ith level.
Definition at line 384 of file tria_description.h.
MPI_Comm TriangulationDescription::Description< dim, spacedim >::comm |
The MPI communicator used to create this struct. It will be compared to the communicator inside of the Triangulation and an assert is thrown if they do not match.
Definition at line 396 of file tria_description.h.
Settings TriangulationDescription::Description< dim, spacedim >::settings |
Properties to be use in the construction of the triangulation.
Definition at line 401 of file tria_description.h.
Triangulation<dim, spacedim>::MeshSmoothing TriangulationDescription::Description< dim, spacedim >::smoothing |
Mesh smoothing type.
Definition at line 406 of file tria_description.h.