Skip to content
Snippets Groups Projects

Restarting local agglomeration inside masterCoarsets processor agglomeration

Merged Mattijs Janssens requested to merge feature-masterCoarsest-restart into develop

Summary

Continue agglomeration after master-coarsest processor agglomeration

Details of new models (If applicable)

p
{
    solver          GAMG;
    ..
    smoother        GaussSeidel;

    //- Local agglomeration parameters
    nCellsInCoarsestLevel   1;

    //- Processor-agglomeration parameters
    processorAgglomerator   masterCoarsest;
    //- Indicate that local agglomeration needs to be restarted
    nCellsInMasterLevel     1;
}

Risks

  • backwards compatible
  • not extensively tested

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply