Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 94
    • Merge requests 94
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Merge requests
  • !2276

WIP: [test][1p] Add 3d convergence test

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Timo Koch requested to merge feature/3d-test-nltpfa into feature/nonlinear-schemes Oct 02, 2020
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 11

Adds a 2d test on a sphere tet grid (sphere.msh). I also committed a sphere_quad.msh grid which has some nasty distorted quad elements. Unfortunately I currently get for both grids:

Dune::InvalidStateException [decompose:/Users/pumbaa/dune-master/dumux/dumux/discretization/cellcentered/wmpfa/facedatahandle.hh:101]: CoNormal decomposition not found

although the tet version of the grid looks fairly nice.

I wanted to use this test to check if it works in 3D.

For now it's only Dirichlet but it should be relatively easy to try Neumann boundaries.

Edited Oct 02, 2020 by Timo Koch
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/3d-test-nltpfa