Reference documentation for deal.II version 9.6.0
|
Namespaces | |
namespace | Coarsening |
namespace | Refinement |
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.