Multigrid Problems

Interface

FerriteMultigrid.AbstractPMultigridType
abstract type AbstractPMultigrid

This is an abstract type that can be extended to when Rediscretization strategy is used as coarsening strategy, otherwise it's not required.

source
FerriteMultigrid.assembleFunction
assemble(problem::AbstractPMultigrid, fe_space::FESpace)

The interface that needs to be implemented to define the Rediscretization strategy for a specific problem type.

source

Diffusion

Linear Elasticity