Skip to content

Add test for mass conservation

Lukas Riedel requested to merge feature/test-mass-conservation into master

What does this MR do?

Add a system test for global mass conservation. It covers two scenarios:

  • static simplex grid
  • adaptive simplex grid

Rectangular grids have been removed from these test to save runtime.

The acceptance threshold for adaptive grids is significantly higher than for static ones, which is due to the fact that the adapt_grid algorithm currently does not conserve water content, see #38.

Is there something that needs to be double checked?

This branch is forked from !14 (merged) and should be merged after it.

Can this MR be accepted?

  • Implemented new executable test-mass-conservation
  • Added system test dorie_mass_conservation
  • Test passes
  • Pipeline test results unchanged

Related issues

Closes #39 (closed).

Edited by Lukas Riedel

Merge request reports