Skip to content

Commit

Permalink
disable conduction timestep in tests that time out
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrudolph committed Jul 3, 2017
1 parent 72001ec commit c126b21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/depth_average_03.prm
Expand Up @@ -15,7 +15,7 @@ set Temperature solver tolerance = 1e-15

set Pressure normalization = surface
set Surface pressure = 0

set Use conduction timestep = false

subsection Geometry model
set Model name = box
Expand Down
2 changes: 1 addition & 1 deletion tests/depth_average_04.prm
Expand Up @@ -12,7 +12,7 @@ set Temperature solver tolerance = 1e-15

set Pressure normalization = surface
set Surface pressure = 0

set Use conduction timestep = false

subsection Geometry model
set Model name = box
Expand Down
1 change: 1 addition & 0 deletions tests/diffusion.prm
Expand Up @@ -38,6 +38,7 @@ set Dimension = 2
# particular, one can choose $c>1$) though a CFL number significantly larger
# than one will yield rather diffusive solutions. Units: None.
set CFL number = 0.01
set Use conduction timestep = false

# The end time of the simulation. Units: years if the 'Use years in output
# instead of seconds' parameter is set; seconds otherwise.
Expand Down
2 changes: 1 addition & 1 deletion tests/minimum_refinement_function_time_dependent.prm
Expand Up @@ -30,7 +30,7 @@ set Resume computation = false
set Start time = 0

set Use years in output instead of seconds = true

set Use conduction timestep = true

subsection Boundary temperature model
# Select one of the following models:
Expand Down
2 changes: 1 addition & 1 deletion tests/point_value_02.prm
Expand Up @@ -10,7 +10,7 @@ set Use years in output instead of seconds = true

set Linear solver tolerance = 1e-7
set Pressure normalization = volume

set Use conduction timestep = false

subsection Geometry model
set Model name = box
Expand Down

0 comments on commit c126b21

Please sign in to comment.