Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • 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
  • !494

"Vectorisation" of Stokes-type operators

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marcus Mohr requested to merge mohr/VectoriseStokesOperators-mc into master Mar 15, 2022
  • Overview 0
  • Commits 8
  • Pipelines 1
  • Changes 53

The merge aims at "vectorising" our Stokes-type operators. By this I mean that they start using instances of the templated

  1. VectorToVectorOperator
  2. ScalarToVectorOperator
  3. VectorToVectorOperator

classes instead of individual scalar-to-scalar operators.

  • Points 2 and 3 have been completely implemented, i.e. all Stokes-type operators now use a corresponding div and divT operator instead of div_{x,y,z} and divT_{x,y,z}.
  • Point 1 has been implemented for all 'true' Stokes operators, i.e. those with a Vector Laplacian for the velocity field. They now use a corresponding VectorLaplaceOperator instance. Via the member function getA() they provide access to the associated scalar Laplace operator.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mohr/VectoriseStokesOperators-mc