Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O ogs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 27
    • Merge requests 27
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogs
  • ogs
  • Merge requests
  • !4047

Parallel computing for TH2M

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged wenqing requested to merge wenqing/ogs:paralell_comp_TH2M into master Mar 14, 2022
  • Overview 10
  • Commits 8
  • Pipelines 13
  • Changes 105

This MR enables parallel computing in TH2M by using PETSc.

The benchmarks of the point heat source problem is modified to test the implementation. In this benchmark, the bulk mesh is used to assign boundary conditions as well. This gives wrong DOF of the partitioned mesh for boundary conditions under parallel computation. The found solution is to duplicate a new mesh from the bulk mesh and use it for boundary condition assignment.

The following figures show the results of the attach parallel computing benchmark of the point heat source problem with 3 partitions:

The following figure shows the results of the attach parallel computing benchmark of the heat pipe problem with 3 partitions:

This MR fixed #3268 (closed).

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited Mar 28, 2022 by Lars Bilke
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: paralell_comp_TH2M