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 14
    • Merge requests 14
  • 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
  • !564

Exclude ghost layer from collision in free-surface LBM

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Schwarzmeier requested to merge exclude-ghostlayer-collide-free-surface into master Aug 31, 2022
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

In the free-surface LBM implementation, the collision is currently also performed in the first ghost layer when using a code-generated kernel from lbmpy. Performing the collision in the ghost layer is not necessary, and is also not done in LBM kernels from waLBerla.

This MR excludes the ghost layer from the collision.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: exclude-ghostlayer-collide-free-surface