Skip to content
Snippets Groups Projects
Commit 180afe3d authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge branch 'Remove_pcs_0_pattern_from_RichardsComponentTransport' into 'master'

Remove pcs 0 pattern from RichardsComponentTransport

See merge request ogs/ogs!3198
parents 37aa049e 300c5381
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 6 deletions
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</processes> </processes>
<output> <output>
<type>VTK</type> <type>VTK</type>
<prefix>Padilla_NaCl1_pcs_{:process_id}</prefix> <prefix>Padilla_NaCl1</prefix>
<timesteps> <timesteps>
<pair> <pair>
<repeat>1</repeat> <repeat>1</repeat>
...@@ -263,13 +263,13 @@ ...@@ -263,13 +263,13 @@
</linear_solvers> </linear_solvers>
<test_definition> <test_definition>
<vtkdiff> <vtkdiff>
<regex>Padilla_NaCl1_pcs_0_ts_.*.vtu</regex> <regex>Padilla_NaCl1_ts_.*.vtu</regex>
<field>concentration</field> <field>concentration</field>
<absolute_tolerance>1e-12</absolute_tolerance> <absolute_tolerance>1e-12</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>Padilla_NaCl1_pcs_0_ts_.*.vtu</regex> <regex>Padilla_NaCl1_ts_.*.vtu</regex>
<field>pressure</field> <field>pressure</field>
<absolute_tolerance>1e-10</absolute_tolerance> <absolute_tolerance>1e-10</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</processes> </processes>
<output> <output>
<type>VTK</type> <type>VTK</type>
<prefix>Padilla_NaCl1_quadratic_pcs_{:process_id}</prefix> <prefix>Padilla_NaCl1_quadratic</prefix>
<timesteps> <timesteps>
<pair> <pair>
<repeat>1</repeat> <repeat>1</repeat>
...@@ -263,13 +263,13 @@ ...@@ -263,13 +263,13 @@
</linear_solvers> </linear_solvers>
<test_definition> <test_definition>
<vtkdiff> <vtkdiff>
<regex>Padilla_NaCl1_quadratic_pcs_0_ts_.*.vtu</regex> <regex>Padilla_NaCl1_quadratic_ts_.*.vtu</regex>
<field>concentration</field> <field>concentration</field>
<absolute_tolerance>5e-8</absolute_tolerance> <absolute_tolerance>5e-8</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>Padilla_NaCl1_quadratic_pcs_0_ts_.*.vtu</regex> <regex>Padilla_NaCl1_quadratic_ts_.*.vtu</regex>
<field>pressure</field> <field>pressure</field>
<absolute_tolerance>5e-7</absolute_tolerance> <absolute_tolerance>5e-7</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
......
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