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
  • !44

Added central moments functionality to lbmpy

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jonas Plewinski requested to merge central_moments into master Nov 23, 2020
  • Overview 3
  • Commits 5
  • Pipelines 5
  • Changes 7

This merge request will add central moment functionality to lbmpy (shift_matrix, get_central_moments). Remaining TODOs:

  • The Demo notebook can not be executed at the moment since the includes are not correct.
  • Integrate central moments fully into lbmpy. This means something like this should be possible create_lb_method(..., central_moments=True).
  • Unit tests for the get_shift_matrix function.
  • Physical test case the central moments.
Edited Nov 24, 2020 by Jonas Plewinski
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: central_moments