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
  • #1399

Closed
Open
Created Jun 05, 2017 by James Willenbring@jmwilleMaintainer

MueLu export functionality broken

Created by: tawiesn

Commit 67accd45 breaks the export or "DataToWrite" functionality. The problem is that L->AddKeepFlag(name, &*levelManagers_[data[i]]->GetFactory(name)); assumes that there is a FactoryManager for each level. This is only guaranteed in the Easy parameter input deck but not in the Factory-based parameter input deck. (see lines 1673ff in MueLu_ParameterListInterpreter_def.hpp versus lines 360ff). @csiefer2 Can you comment on this? I guess you added that code for exporting "pcoarsen: element to node map". Why do we need that for "A", "P"... where we don't really need a FactoryManager to access the data.

Assignee
Assign to
Time tracking