Skip to content
Snippets Groups Projects
Commit 6236375f authored by Max Jaeschke's avatar Max Jaeschke Committed by Dmitri Naumov
Browse files

Add test for Mass Lumping in BeierSandbox-Benchmark

parent 963cdc6d
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,20 @@ AddTest( ...@@ -124,6 +124,20 @@ AddTest(
beier_sandbox_ts_10_t_600.000000.vtu beier_sandbox_algebraic_bc_ts_10_t_600.000000.vtu temperature_soil temperature_soil 0 5e-10 beier_sandbox_ts_10_t_600.000000.vtu beier_sandbox_algebraic_bc_ts_10_t_600.000000.vtu temperature_soil temperature_soil 0 5e-10
) )
AddTest(
NAME HeatTransportBHE_1U_3D_MassLumping
PATH Parabolic/T/3D_Beier_sandbox
EXECUTABLE ogs
EXECUTABLE_ARGS beier_sandbox_MassLumping.xml
WRAPPER time
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
RUNTIME 20
DIFF_DATA
beier_sandbox_ts_10_t_600.000000.vtu beier_sandbox_mass_lumping_ts_10_t_600.000000.vtu temperature_BHE1 temperature_BHE1 0 1e-6
beier_sandbox_ts_10_t_600.000000.vtu beier_sandbox_mass_lumping_ts_10_t_600.000000.vtu temperature_soil temperature_soil 0 1e-4
)
AddTest( AddTest(
NAME HeatTransportBHE_1U_beier_sandbox_fixed_power_constant_flow NAME HeatTransportBHE_1U_beier_sandbox_fixed_power_constant_flow
PATH Parabolic/T/3D_Beier_sandbox PATH Parabolic/T/3D_Beier_sandbox
......
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProjectDiff base_file="beier_sandbox.prj">
<add sel="/*/processes/process">
<mass_lumping>true</mass_lumping>
</add>
<replace sel="/*/time_loop/output/prefix/text()">beier_sandbox_mass_lumping</replace>
</OpenGeoSysProjectDiff>
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