<OpenGeoSysProject>
<include file="disc_with_hole_data.include" />
<time_loop>
<processes>
<process ref="HM">
<nonlinear_solver>basic_newton</nonlinear_solver>
<convergence_criterion>
<type>PerComponentDeltaX</type>
<norm_type>NORM2</norm_type>
<reltols>1e-14 1e-14 1e-14</reltols>
</convergence_criterion>
<time_discretization>
<type>BackwardEuler</type>
</time_discretization>
<time_stepping>
<type>FixedTimeStepping</type>
<t_initial>0</t_initial>
<t_end>1e9</t_end>
<timesteps>
<pair>
<repeat>1</repeat>
<delta_t>1e9</delta_t>
</pair>
</timesteps>
</time_stepping>
</process>
</processes>
<output>
<type>VTK</type>
<prefix>disc_with_hole_anisotropic</prefix>
<timesteps>
<pair>
<repeat>1</repeat>
<each_steps>1</each_steps>
</pair>
</timesteps>
<variables>
<variable>displacement</variable>
<variable>pressure</variable>
<variable>permeability</variable>
<variable>sigma</variable>
<variable>epsilon</variable>
<variable>velocity</variable>
</variables>
</output>
</time_loop>
<parameters>
<parameter>
<name>phi</name>
<type>Constant</type>
<value>0.0</value>
</parameter>
<include file="disc_with_hole_parameters.include" />
</parameters>
<test_definition>
<vtkdiff>
<regex>disc_with_hole_anisotropic_ts_.*_t_.*.vtu</regex>
<field>pressure</field>
<absolute_tolerance>0</absolute_tolerance>
<relative_tolerance>1e-13</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>disc_with_hole_anisotropic_ts_.*_t_.*.vtu</regex>
<field>permeability</field>
<absolute_tolerance>0</absolute_tolerance>
<relative_tolerance>5e-12</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>disc_with_hole_anisotropic_ts_.*_t_.*.vtu</regex>
<field>velocity</field>
<absolute_tolerance>0</absolute_tolerance>
<relative_tolerance>2e-10</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>disc_with_hole_anisotropic_ts_.*_t_.*.vtu</regex>
<field>displacement</field>
<absolute_tolerance>1e-15</absolute_tolerance>
<relative_tolerance>0</relative_tolerance>
</vtkdiff>
</test_definition>
</OpenGeoSysProject>