Reference documentation for deal.II version 9.5.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\}}\)
Loading...
Searching...
No Matches
Namespaces
AdaptationStrategies Namespace Reference

Namespaces

namespace  Coarsening
 
namespace  Refinement
 

Detailed Description

When data is transferred during adaptation, it is not trivial to decide how to process data from former cells on the old mesh that have been changed into current cells on the new mesh. Or in other words, how data should be stored in the cells on the adapted mesh.

In this namespace, we offer a few strategies that cope with this problem. Such strategies can be passed to the CellDataTransfer and parallel::distributed::CellDataTransfer constructors.