Skip to content

Commit

Permalink
changes to solidshocktube intel cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakpandare committed Apr 2, 2024
1 parent fa21b89 commit 7413af8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
15 changes: 12 additions & 3 deletions tests/regression/inciter/multimat/SolidShocktube/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# See cmake/add_regression_test.cmake for documentation on the arguments to
# add_regression_test().

# Parallel
# Serial
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel")
set(multimat_solid_shocktube_p0p1_BIN_DIFF_PROG_CONF exodiff_dg_intel.cfg)
set(multimat_solid_shocktube_p0p1_TXT_DIFF_PROG_CONF ndiff_intel.cfg)
else()
set(multimat_solid_shocktube_p0p1_BIN_DIFF_PROG_CONF exodiff_dg.cfg)
set(multimat_solid_shocktube_p0p1_TXT_DIFF_PROG_CONF ndiff.cfg)
endif()
add_regression_test(multimat_solid_shocktube_p0p1 ${INCITER_EXECUTABLE}
NUMPES 1
INPUTFILES solid_shocktube_p0p1.q rectangle_01_int50_struc896.exo
ARGS -c solid_shocktube_p0p1.q -i rectangle_01_int50_struc896.exo -v
BIN_BASELINE solid_shocktube_p0p1.std.exo.0
BIN_RESULT out.e-s.0.1.0
BIN_DIFF_PROG_CONF exodiff_dg.cfg
BIN_DIFF_PROG_CONF
${multimat_solid_shocktube_p0p1_BIN_DIFF_PROG_CONF}
BIN_DIFF_PROG_ARGS -m
TEXT_BASELINE diag_p0p1.std
TEXT_RESULT diag
TEXT_DIFF_PROG_CONF ndiff.cfg
TEXT_DIFF_PROG_CONF
${multimat_solid_shocktube_p0p1_TXT_DIFF_PROG_CONF}
LABELS dg multimat solids)
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
COORDINATES absolute 1.0e-6
TIME STEPS absolute 1.0e-8
ELEMENT VARIABLES absolute 5.0e-6 floor 1.0e-8
F1
density relative 1.0e-6
x-velocity relative 1.0e-2
y-velocity relative 7.5e-2 floor 5e-4
z-velocity relative 7.5e-2 floor 5e-4
specific_total_energy relative 1.0e-6
g11 relative 2e-5
g12
g13
g21
g22 relative 2e-5
g23
g31
g32
g33 relative 2e-5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#rows cols constraints
* 1 # iteration count: no constraint: smallest representable float
* 2-$ any abs=1.0e-08 rel=1.0e-4 # tolerance for t, dt, and L2 of conserved variables

0 comments on commit 7413af8

Please sign in to comment.