Next: Package FL.STRATEGY, Previous: Package FL.MULTIGRID, Up: Reference manual [Contents][Index]
The FL.GEOMG
package contains iterations which
depend on geometric information, obtained for example from the
discretization. At the moment, these are the geometric multigrid
iteration, an AMG-like scheme for preconditioning high-order
discretizations with low-order ones, and some block smoothers with
overlapping blocks.
Geometric multigrid of correction scheme type.
Superclasses: <CORRECTION-SCHEME> <GEOMETRIC-MG>
Brandt’s FAS scheme approximates the unknowns on every level instead of using corrections. This requires slightly more work, but is better suited for handling nonlinear problems and local refinements.
Superclasses: <FAS> <GEOMETRIC-MG>
PSC with geometry-based block choice.
Superclasses: <GEOMETRIC-BLOCKING-MIXIN> <PSC>
SSC with geometry-based block choice.
Superclasses: <GEOMETRIC-BLOCKING-MIXIN> <SSC>
Calls LU directly, if the matrix was not reduced to S1 which may happen if there are only Dirichlet vertices.
Superclasses: <LINEAR-ITERATION>
This class is useful for reducing a higher-order FE discretization to a first-order FE discretization. This can afterwards be treated by ordinary AMG steps. Even if it has the structure of a <selection-amg>, it is far from being a pure algebraic multigrid.
Superclasses: <SELECTION-AMG>
Vanka-like smoother for Q^{k+1}/Q^k discretizations of Navier-Stokes.
Superclasses: <GEOMETRIC-SSC>
Constructor of a geometric multigrid iteration of FAS type.
Constructor of a geometric multigrid iteration of correction scheme type.
Constructor of a geometric parallel subspace correction.
Constructor of a geometric successive subspace correction.
This is an AMG solver which works also for Lagrange fe of order p by reducing them to P^1 first.
Next: Package FL.STRATEGY, Previous: Package FL.MULTIGRID, Up: Reference manual [Contents][Index]