Skip to content
Snippets Groups Projects
Commit eff82247 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[T] Compare results of time step 129 instead of 131

The benchmark reaches the end time after 129 time step.
parent 8e473365
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProject> <OpenGeoSysProject>
<meshes> <meshes>
<mesh>hexa_slope_domain.vtu</mesh> <mesh>hexa_slope_domain.vtu</mesh>
<mesh>hexa_slope_physical_group_bas.vtu</mesh> <mesh>hexa_slope_physical_group_bas.vtu</mesh>
<mesh>hexa_slope_physical_group_devant.vtu</mesh> <mesh>hexa_slope_physical_group_devant.vtu</mesh>
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
<linear_solvers> <linear_solvers>
<linear_solver> <linear_solver>
<name>general_linear_solver</name> <name>general_linear_solver</name>
<lis>-i bicgstab -p jacobi -tol 1e-11 -maxiter 10000</lis> <lis>-i bicgstab -p jacobi -tol 1e-11 -maxiter 10000</lis>
<eigen> <eigen>
<solver_type>BiCGSTAB</solver_type> <solver_type>BiCGSTAB</solver_type>
<precon_type>DIAGONAL</precon_type> <precon_type>DIAGONAL</precon_type>
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
</linear_solvers> </linear_solvers>
<test_definition> <test_definition>
<vtkdiff> <vtkdiff>
<file>slope_ts_131_t_5_000000.vtu</file> <file>slope_ts_129_t_5_000000.vtu</file>
<field>displacement</field> <field>displacement</field>
<absolute_tolerance>2e-11</absolute_tolerance> <absolute_tolerance>2e-11</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
......
<?xml version="1.0"?>
<VTKFile type="PUnstructuredGrid" version="1.0" byte_order="LittleEndian" header_type="UInt64" compressor="vtkZLibDataCompressor">
<PUnstructuredGrid GhostLevel="1">
<FieldData>
<DataArray type="Int8" Name="OGS_VERSION" NumberOfTuples="18" format="binary" RangeMin="45" RangeMax="103">
AQAAAAAAAAAAgAAAAAAAABIAAAAAAAAAGgAAAAAAAAA=eF4z0zPVM9Y1MtNNT0xMTU0xSkwBACleBQs=
</DataArray>
</FieldData>
<PPointData>
<PDataArray type="Float64" Name="ElasticStrain" NumberOfComponents="6"/>
<PDataArray type="Float64" Name="EquivalentPlasticStrain"/>
<PDataArray type="Float64" Name="displacement" NumberOfComponents="3"/>
<PDataArray type="Float64" Name="epsilon" NumberOfComponents="6"/>
<PDataArray type="Float64" Name="sigma" NumberOfComponents="6"/>
</PPointData>
<PCellData>
<PDataArray type="UInt8" Name="vtkGhostType"/>
</PCellData>
<PPoints>
<PDataArray type="Float64" Name="Points" NumberOfComponents="3"/>
</PPoints>
<Piece Source="slope_ts_129_t_5_000000_0.vtu"/>
<Piece Source="slope_ts_129_t_5_000000_1.vtu"/>
<Piece Source="slope_ts_129_t_5_000000_2.vtu"/>
<Piece Source="slope_ts_129_t_5_000000_3.vtu"/>
</PUnstructuredGrid>
</VTKFile>
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
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