Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • 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
  • #2577

Closed
Open
Created Apr 18, 2018 by James Willenbring@jmwilleOwner

MueLu: linear interpolation data with structured aggregation

Created by: lucbv

@trilinos/muelu @rstumin @jhux2 @csiefer2 @mayrmt

Expectations

Have the structured aggregation algorithm provide a sufficient amount of data for linear interpolation to be performed using the aggregates as input.

Current Behavior

Currently only piece-wise constant interpolation is performed due to the aggregates data format

Motivation and Context

This work will enable potentially more accurate transfer operators in MueLu while keeping the overall framework the same. This work will support some aerodynamic and MHD applications that have structured or block structured meshes.

Definition of Done

The aggregates store the Ids of all the coarse nodes needed for interpolation at each fine point.

Possible Solution

Mainly change the type of the attribute vertex2AggId from LOVector to LOMultiVector. This has a sizeable impact on MueLu since that attribute is used a lot during aggregation and transfer operator calculations.

Related Issues

  • Blocks #2230
  • Related to #2305 (closed), #2262 (closed)
Assignee
Assign to
Time tracking