Skip to content

Adaptive Coarsening

Benjamin Mann requested to merge mogli/coarsening into master

adaptiveRefinement::K_Mesh is extended by adaptive coarsening. More accurately, this is actually adaptive unrefinement, since elements can only be coarsened by using their parent element in the new mesh. The merge also adds an example app FullAMR where both refinement and coarsening are utilized to preserve an approximately constant number of macro elements throughout the adaptive process.

Merge request reports