Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
internal::parallel::distributed::TriangulationImplementation Namespace Reference

Functions

template<int dim, int spacedim>
void exchange_refinement_flags (::parallel::distributed::Triangulation< dim, spacedim > &tria)
 

Function Documentation

◆ exchange_refinement_flags()

template<int dim, int spacedim>
void internal::parallel::distributed::TriangulationImplementation::exchange_refinement_flags ( ::parallel::distributed::Triangulation< dim, spacedim > & tria)

Communicate refinement flags on ghost cells from the owner of the cell.

This is necessary to get consistent refinement, as mesh smoothing would undo some of the requested coarsening/refinement.

Definition at line 56 of file tria.cc.