Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dorie
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • dorie
  • dorie
  • Merge Requests
  • !88

Closed
Opened Aug 21, 2018 by Santiago Ospina De Los Ríos@sospinarMaintainer10 of 10 tasks completed10/10 tasks
  • Report abuse
Report abuse

Resolve "[Transport] Local Operator for finite volume scheme"

  • Overview 4
  • Commits 7
  • Pipelines 12
  • Changes 5

What does this MR do?

Implements the Local Operator the transport equation for the Finite Volume method.

Since a Local Operators can't be tested by itself, there is no test for this. In this sense, you can check that it does not have syntax errors and can work as a PDELab local operator since this branch is merged into !93 (merged). On the other hand, the mathematics cannot be checked until I provide a test for !95 (closed) or !96 (merged). Therefore, fixes of bugs on this operator have to be done on the fly while I am adding functionalities to the transport simulation.

Can this MR be accepted?

  • Change the name of the local operator file for richards to richards_operator_DG.hh
  • Implement the alpha_volume() method.
  • Implement the jacobian_volume() method.
  • Implement the alpha_skeleton() method.
  • Implement the jacobian_skeleton() method.
  • Implement the alpha_boundary() method.
  • Implement the jacobian_boundary() method.
  • Implement the lambda_volume() method.
  • Implement the suggestTimestep() method.
  • Added entry to CHANGELOG.md

Related issues

Closes #73 (closed)

Edited Sep 05, 2018 by Santiago Ospina De Los Ríos
Assignee
Assign to
Reviewer
Request review from
Solute Transport Feature
Milestone
Solute Transport Feature
Assign milestone
Time tracking
Reference: dorie/dorie!88
Source branch: 73-transport-local-operator-for-finite-volume-scheme