deal.II version GIT relicensing-2171-g98af52917d 2024-11-23 14:40:00+00:00
|
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.