Skip to content

Commit

Permalink
[T/THM] Test tolerances relaxed
Browse files Browse the repository at this point in the history
  • Loading branch information
cbsilver authored and endJunction committed May 6, 2024
1 parent 3d1ed82 commit 537ed69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--oedometer-type test with MCC behavior, stress-controlled plastic loading-->
<OpenGeoSysProject>
<meshes>
<mesh axially_symmetric="true">square_1x1_quad_1e0.vtu</mesh>
Expand Down Expand Up @@ -304,7 +305,7 @@
<nonlinear_solver>
<name>basic_newton</name>
<type>Newton</type>
<max_iter>60</max_iter>
<max_iter>20</max_iter>
<linear_solver>general_linear_solver</linear_solver>
</nonlinear_solver>
</nonlinear_solvers>
Expand All @@ -322,7 +323,7 @@
<vtkdiff>
<regex>mfront_restart_part1_t_.*.vtu</regex>
<field>pressure</field>
<absolute_tolerance>1e-15</absolute_tolerance>
<absolute_tolerance>5e-11</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand All @@ -335,7 +336,7 @@
<vtkdiff>
<regex>mfront_restart_part1_t_.*.vtu</regex>
<field>sigma</field>
<absolute_tolerance>3e-10</absolute_tolerance>
<absolute_tolerance>1e-9</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand All @@ -353,7 +354,7 @@
<vtkdiff>
<regex>mfront_restart_part1_t_.*.vtu</regex>
<field>NodalForces</field>
<absolute_tolerance>1e-12</absolute_tolerance>
<absolute_tolerance>1e-9</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<!--internal state variables-->
Expand All @@ -366,14 +367,14 @@
<vtkdiff>
<regex>mfront_restart_part1_t_.*.vtu</regex>
<field>PreConsolidationPressure</field>
<absolute_tolerance>6e-11</absolute_tolerance>
<absolute_tolerance>7e-10</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<!--integration point variables-->
<vtkdiff>
<regex>mfront_restart_part1_t_.*.vtu</regex>
<field>sigma_ip</field>
<absolute_tolerance>1e-14</absolute_tolerance>
<absolute_tolerance>3e-10</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--oedometer-type test with MCC behavior, restart with hydraulic unloading and plastic response-->
<OpenGeoSysProjectDiff base_file="mfront_restart_part1.prj">
<replace sel="/*/meshes/mesh[1]/text()">mfront_restart_part1_t_1000.000000.vtu</replace>
<replace sel="/*/time_loop/processes/process/time_stepping/t_initial/text()">1000</replace>
Expand Down Expand Up @@ -49,7 +50,7 @@
<vtkdiff>
<regex>mfront_restart_part2_t_.*.vtu</regex>
<field>pressure</field>
<absolute_tolerance>1e-15</absolute_tolerance>
<absolute_tolerance>6e-11</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand All @@ -62,7 +63,7 @@
<vtkdiff>
<regex>mfront_restart_part2_t_.*.vtu</regex>
<field>sigma</field>
<absolute_tolerance>3e-10</absolute_tolerance>
<absolute_tolerance>3e-9</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand All @@ -80,7 +81,7 @@
<vtkdiff>
<regex>mfront_restart_part2_t_.*.vtu</regex>
<field>NodalForces</field>
<absolute_tolerance>1e-12</absolute_tolerance>
<absolute_tolerance>2e-9</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<!--internal state variables-->
Expand All @@ -93,14 +94,14 @@
<vtkdiff>
<regex>mfront_restart_part2_t_.*.vtu</regex>
<field>PreConsolidationPressure</field>
<absolute_tolerance>3e-10</absolute_tolerance>
<absolute_tolerance>1e-9</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<!--integration point variables-->
<vtkdiff>
<regex>mfront_restart_part2_t_.*.vtu</regex>
<field>sigma_ip</field>
<absolute_tolerance>1e-14</absolute_tolerance>
<absolute_tolerance>2e-9</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
<vtkdiff>
Expand Down

0 comments on commit 537ed69

Please sign in to comment.