Peano
Loading...
Searching...
No Matches
MGHyPE

Table of Contents

Peano's multigrid extension provides stand-alone multigrid solvers. However, the solver ingredients are designed in a way that they can be used by other codes, too.

Quickstart

Users should be familiar with the standard configure process for Peano. That being said, to build Multigrid applications, the minimal configure options needed are:

  • --enable-loadbalancing
  • --enable-exahype
  • --enable-blockstructured
  • --enable-finiteelements
  • --enable-mghype

The pythonpath needed is:

export PYTHONPATH=/path/to/Peano/python:/path/to/Peano/src

Please refer to Peano 4 PETSc projects for info on PETSC-specific build settings.