FerriteMultigrid

FerriteMultigrid.jl is a lightweight, flexible p-multigrid framework designed for high-order finite element problems in Julia. It is built on top of Ferrite.jl and leverages AlgebraicMultigrid.jl as the coarse-grid solver once the approximation is reduced to ( p = 1 ).

How the documentation is organized

This high level view of the documentation structure will help you find what you are looking for. The document is organized as follows:

  • Tutorials are thoroughly documented examples which guides you through the process of solving finite element problems using p- and A- multigrid methods.
  • API Reference contains the technical API reference of functions and methods (e.g. the documentation strings).