Skip to content
GitLab
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 98
    • Issues 98
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • ogsogs
  • ogs
  • Merge requests
  • !4239

Jupyter notebook: 1D decay-chain problem

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged renchao.lu requested to merge renchao-lu/ogs:JupyterNotebook-DecayChain into master Aug 09, 2022
  • Overview 8
  • Commits 5
  • Pipelines 23
  • Changes 90

In this pull request, we present several solutions to the decay-chain problem, as follows:

  • an analytical solution;
  • numerical solutions based on the operator splitting approach (time step size = 5 and 100 years);
  • numerical solutions based on the global implicit approach (serial model and parallelized model with 4 and 8 processors);
  • numerical solution obtained from a reference code (Dirichlet boundary condition needs to be re-examined);
  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 Sep 07, 2022 by renchao.lu
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: JupyterNotebook-DecayChain