v2506: New and improved numerics

Improved GAMG agglomeration

TOP

The name of the GAMG agglomeration table can now be provided to override the default name, GAMGAgglomeration, to allow different agglomeration algorithms or settings for different variables, for example:

h
{
    solver          GAMG;
    // Optional name (default is GAMGAgglomeration)
    name            hAgglomeration;
    agglomerator    algebraicPair;
}

Source code

Merge request