Skip to content
Snippets Groups Projects
Verified Commit e95de628 authored by Lars Bilke's avatar Lars Bilke
Browse files

[PL/TH2M] Relax tolerance for capillary_pressure_interpolated (frontend2).

parent 27a882b0
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
<add sel="/*/time_loop/submesh_residuum_output">
<prefix>p_G_{:meshname}</prefix>
</add>
<add sel="/*/time_loop/output/variables">
<variable>HeatFlowRate</variable>
<variable>GasMassFlowRate</variable>
......@@ -125,7 +125,7 @@
<vtkdiff>
<regex>p_G.*_ts_[0-9]*_.*\.vtu</regex>
<field>capillary_pressure_interpolated</field>
<absolute_tolerance>5.3e-10</absolute_tolerance>
<absolute_tolerance>6e-10</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment