Skip to content

Fixed one LARGE parallel computing test

wenqing requested to merge wenqing/ogs:fix_test0 into master

ParallelFEM_ThermoRichardsMechanics_point_heat_injection fails in ci test. The reason is that the newly added submesh residuum output dose not work with the domain decomposition approach. The problem is temporarily fixed by running the test without submesh residuum output

This MR fixes #3374 (closed).

Following up this MR, MR !4495 (merged) changes the linear solver type of this benchmarks and other parallel computing benchmarks of TRM to reduce the computation time.

  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