Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • hyteg hyteg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hyteg
  • hyteghyteg
  • Merge requests
  • !584

Enriched Galerkin functionspace

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Fabian Böhm requested to merge boehm/eval_eq_tmp into master Apr 12, 2023
  • Overview 1
  • Commits 399
  • Pipelines 17
  • Changes 140

Adds the Enriched Galerkin discretization to HyTeG, contained in directory src/hyteg/egfunctionspace:

  • Forms for mass, div, divt, Laplacian and epsilon
  • corresponding operators with and without Nitsche-type boundary conditions (Nitsche-operators are preferred due to their symmetry)
  • a Stokes-function and operators in directory src/hyteg/composites
  • interpolation operators between DG and CG of first degree with P1toDGOperator in directory src/hyteg/dgfunctionspace
  • additional addVolumeGhostlayer functionality in vertexDoFFunction required in P1toP0Operator and P0toP1Operator

Two benchmarks with strongy varying viscosity from literature reside in apps/2022-eg-varvisc.

tests/hyteg/egfunctionspace contains tests for operator symmetry, forms, matvec/apply, basic operations of EGFunction and convergence tests.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: boehm/eval_eq_tmp