Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !563

Fix usage of OpenMP reduction in waLBerla macro in free-surface MaxVelocityComputer

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Schwarzmeier requested to merge free-surface-fix-max-velocity-computer into master Aug 16, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

This merge requests updates the free-surface LBM extension's MaxVelocityComputer, where a waLBerla macro is used, which contains an OpenMP reduction of a Vector3. However, it is not possible to reduce individual components of a Vector3 using the bracket-syntax. Therefore, this merge request splits the Vector3 into three separate variables.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: free-surface-fix-max-velocity-computer