Skip to content

[Test/HT] Replace the reference file for ThermalConvection_constviscosityStaggeredScheme

wenqing requested to merge wenqing/ogs:fixing_test into master

HT Benchmarks ThermalConvection_constviscosityStaggeredScheme and 2D_Adaptive_dt_ThermalConvection_constviscosityStaggeredScheme use the results of the monolithic scheme of the same problem as their reference results. Since the staggered scheme gives worse solution accurate than the staggered scheme does, the solution comparison between the staggered scheme and the monolithic scheme may fail on different platform for these two benchmark.

The changes in this MR use the results of these two benchmarks as their reference results, respectively.

This MR fixes #3213 (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?

Merge request reports