@@ -357,8 +357,8 @@ Another way of extending the program would be to include support for adaptive
357357meshes. While the classical approach of defining interface operations at edges
358358of different refinement level, as discussed in step-39, is one possibility,
359359for Poisson-type problems another option is typically more beneficial. Using
360- the class MGTransferGlobalCoarsening , which is explained in the step-75
361- tutorial program, one can deal with meshes of hanging nodes on all levels. An
360+ the class MGTransferMatrixFree , which is explained in the step-75
361+ tutorial program, one can also deal with meshes of hanging nodes on all levels. An
362362algorithmic improvement can be obtained by combining the discontinuous
363363function space with the auxiliary continuous finite element space of the same
364364polynomial degree. This idea, introduced by Antonietti et al.
@@ -370,7 +370,7 @@ spaces. The latter work also proposes p-multigrid techniques and combination
370370with algebraic multigrid coarse spaces as a means to efficiently solve Poisson
371371problems with high-order discontinuous Galerkin discretizations on complicated
372372geometries, representing the current state-of-the-art for simple Poisson-type
373- problems. The class MGTransferGlobalCoarsening provides features for each of
373+ problems. The class MGTransferMatrixFree provides features for each of
374374these three coarsening variants, the discontinuous-continuous auxiliary
375375function concept, p-multigrid, and traditional h-multigrid. The main
376376ingredient is to define an appropriate MGTwoLevelTransfer object and call
0 commit comments