Skip to content
Snippets Groups Projects
Commit 461df0a3 authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

[T] Added optimized "<linear>" test case

parent 1e5ecb7d
No related branches found
No related tags found
No related merge requests found
Showing with 53 additions and 0 deletions
...@@ -52,6 +52,46 @@ AddTest( ...@@ -52,6 +52,46 @@ AddTest(
REQUIREMENTS NOT OGS_USE_MPI REQUIREMENTS NOT OGS_USE_MPI
) )
AddTest(
NAME 1D_HeatConduction_dirichlet_linear
PATH Parabolic/T/1D_dirichlet/linear
EXECUTABLE ogs
EXECUTABLE_ARGS line_60_heat.xml
TESTER vtkdiff
DIFF_DATA
# numerical solution – ts 65
line_60_heat_ts_65_t_5078125.000000.vtu
line_60_heat_ts_65_t_5078125.000000.vtu
temperature temperature 2.0e-12 0
line_60_heat_ts_65_t_5078125.000000.vtu
line_60_heat_ts_65_t_5078125.000000.vtu
heat_flux heat_flux 2.1e-12 0
line_60_heat_ts_65_t_5078125.000000.vtu
line_60_heat_ts_65_t_5078125.000000.vtu
HeatFlowRate HeatFlowRate 3.5e-12 0
# numerical solution – ts 405
line_60_heat_ts_405_t_31640625.000000.vtu
line_60_heat_ts_405_t_31640625.000000.vtu
temperature temperature 1.2e-11 0
line_60_heat_ts_405_t_31640625.000000.vtu
line_60_heat_ts_405_t_31640625.000000.vtu
heat_flux heat_flux 5.7e-12 0
line_60_heat_ts_405_t_31640625.000000.vtu
line_60_heat_ts_405_t_31640625.000000.vtu
HeatFlowRate HeatFlowRate 5.5e-12 0
# numerical solution – ts 500
line_60_heat_ts_500_t_39062500.000000.vtu
line_60_heat_ts_500_t_39062500.000000.vtu
temperature temperature 1.4e-11 0
line_60_heat_ts_500_t_39062500.000000.vtu
line_60_heat_ts_500_t_39062500.000000.vtu
heat_flux heat_flux 7.2e-12 0
line_60_heat_ts_500_t_39062500.000000.vtu
line_60_heat_ts_500_t_39062500.000000.vtu
HeatFlowRate HeatFlowRate 9.8e-12 0
REQUIREMENTS NOT OGS_USE_MPI
)
AddTest( AddTest(
NAME 1D_HeatConduction_neumann_picard NAME 1D_HeatConduction_neumann_picard
PATH Parabolic/T/1D_neumann PATH Parabolic/T/1D_neumann
......
../line_60_heat.gml
\ No newline at end of file
../line_60_heat.pvd
\ No newline at end of file
../line_60_heat.vtu
\ No newline at end of file
<?xml version='1.0' encoding='ISO-8859-1'?>
<OpenGeoSysProjectDiff base_file="../line_60_heat.prj">
<add sel="/*/processes/process">
<linear>true</linear>
</add>
</OpenGeoSysProjectDiff>
../line_60_heat_ts_0_t_0.000000.vtu
\ No newline at end of file
../line_60_heat_ts_405_t_31640625.000000.vtu
\ No newline at end of file
../line_60_heat_ts_500_t_39062500.000000.vtu
\ No newline at end of file
../line_60_heat_ts_65_t_5078125.000000.vtu
\ No newline at end of file
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