Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • lbmpy lbmpy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pycodegen
  • lbmpylbmpy
  • Merge requests
  • !35

Add integration pipeline

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Markus Holzer requested to merge holzer/lbmpy:Add_integration_pipeline into master Jun 26, 2020
  • Overview 0
  • Commits 4
  • Pipelines 1
  • Changes 3

To make output fields and the split algorithm work, the order of the code in creationfunctions.py was changed. This led to a nonworking entropic LBM because the add_entropy_condition in entropic.py is not able to deal with the additional Assignments. The error occurred in the integration pipeline with waLBerla.

In this MR the integration pipeline was added to lbmpy to make sure that the waLBerla integration works as it should and the order in creationfunctions.py was changed again to make sure all test cases are working.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: Add_integration_pipeline