Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #2230

Closed
Open
Created Feb 08, 2018 by James Willenbring@jmwilleMaintainer4 of 5 tasks completed4/5 tasks

MueLu: adding structured aggregation capabilities

Created by: lucbv

This issue tracks the progresses made toward the addition of structured aggregation capabilities in MueLu.

@rstumin @mayrmt

@trilinos/muelu

Expectations

The goal is to extract, clean up and extend the code that already exists in GeneralGeometricPFactory (GGP) to create a separate aggregation factory that can be used by TentativeP, GGP and BlackBoxP. It should allow for easier maintenance as code in each factory will be reduced.

Current Behavior

Currently aggregation like capabilities reside in both GGP and BlackBoxP which makes it hard to upgrade the code. At the same time TentativeP is using brick aggregation which only provides limited capabilities and cannot be directly compared to GGP.

Motivation and Context

This work is part of a bigger project to add structured grid capabilities in MueLu hopefully providing an alternative to unstructured aggregation when mesh alignment is important to the physics or numerics of a problem (line/plane smoothing).

Definition of Done

Here is a more or less chronological list of tasks that needs to happen in order to complete this work

  • extract code from GGP factory and create a structured aggregation factory that provides aggregates for piece-wise constant interpolation algorithm.
  • extend the previous work to allow uncoupled aggregation to be used with structured aggregation, currently only coupled aggregation is possible.
  • allow support for block structured code. This is more of a long-term goal not clearly defined yet.
  • add support for linear interpolation
  • remove duplicated code from GGP and BlackBoxP

Related Issues

  • Is blocked by #2577 (closed)

Additional Information

This work will require a significant amount of coding to be completed and some pieces such as block structured aggregation depend on other design decision. Therefore it is more than likely that multiple pull request will be required to complete all of the above.

Assignee
Assign to
Time tracking