Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Member Functions | Public Attributes | List of all members
TriangulationDescription::Description< dim, spacedim > Struct Template Reference

#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_idcoarse_cell_index_to_coarse_cell_id
 
std::vector< std::vector< CellData< dim > > > cell_infos
 
MPI_Comm comm
 
Settings settings
 
Triangulation< dim, spacedim >::MeshSmoothing smoothing
 

Detailed Description

template<int dim, int spacedim>
struct TriangulationDescription::Description< dim, spacedim >

Data used in Triangulation::create_triangulation().

Author
Peter Munch, 2019

Definition at line 347 of file tria_description.h.

Member Function Documentation

◆ serialize()

template<int dim, int spacedim>
template<class Archive >
void TriangulationDescription::Description< dim, spacedim >::serialize ( Archive &  ar,
const unsigned int   
)

Boost serialization function

Definition at line 521 of file tria_description.h.

◆ operator==()

template<int dim, int spacedim>
bool TriangulationDescription::Description< dim, spacedim >::operator== ( const Description< dim, spacedim > &  other) const

Comparison operator.

Definition at line 561 of file tria_description.h.

Member Data Documentation

◆ coarse_cells

template<int dim, int spacedim>
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.

◆ coarse_cell_vertices

template<int dim, int spacedim>
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.

◆ coarse_cell_index_to_coarse_cell_id

template<int dim, int spacedim>
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.

◆ cell_infos

template<int dim, int spacedim>
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.

◆ comm

template<int dim, int spacedim>
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.

Note
Please note this is necessary since the communicator inside of parallel::TriangulationBase is const and cannot be changed after the constructor has been called.

Definition at line 396 of file tria_description.h.

◆ settings

template<int dim, int spacedim>
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.

◆ smoothing

template<int dim, int spacedim>
Triangulation<dim, spacedim>::MeshSmoothing TriangulationDescription::Description< dim, spacedim >::smoothing

Mesh smoothing type.

Definition at line 406 of file tria_description.h.


The documentation for this struct was generated from the following file: