Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 91
    • Issues 91
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 82
    • Merge requests 82
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Issues
  • #871
Closed
Open
Created Apr 22, 2020 by Timo Koch@timokOwner

[test] test_1pni_conduction_tpfa, test_2p_incompressible_tpfa_oilwet and test_3pni_conduction_tpfa fail with minimal setup

test_1pni_conduction_tpfa and test_2p_incompressible_tpfa_oilwet and test_3pni_conduction_tpfa fail with dune master with a strange (maybe solver-related) problem when dumux is run in minimal configuration (no MPI, no UMFPACK, nothing external, only dune core modules).

This may be related to the coarse grid solver of the AMG, which is usually UMFPACK but changed to SSOR when UMFPACK is not found. The SSOR has a low hard-coded solver tolerance. This solver tolerance is adjusted with a patch in dumux/patches/dune-istl-2.6.patch. The patch is supposed to address this issue and worked in the past. But doesn't seem to work now....

versions

  • Dune 2.7 or master
  • Dumux 3.2 or master
Edited Apr 23, 2020 by Simon Emmert
Assignee
Assign to
Time tracking