test for stress ramp
This commit is contained in:
parent
32b81770d9
commit
002fe04d35
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit dc568df60e36b659d9a1f84ac93fd4abb1b8fe3c
|
||||
Subproject commit 96a564660b1f109009039785ca6cc4c670867178
|
|
@ -127,7 +127,7 @@ subroutine grid_mech_spectral_basic_init
|
|||
num%eps_div_atol = num_grid%get_asFloat ('eps_div_atol', defaultVal=1.0e-4_pReal)
|
||||
num%eps_div_rtol = num_grid%get_asFloat ('eps_div_rtol', defaultVal=5.0e-4_pReal)
|
||||
num%eps_stress_atol = num_grid%get_asFloat ('eps_stress_atol',defaultVal=1.0e3_pReal)
|
||||
num%eps_stress_rtol = num_grid%get_asFloat('eps_stress_rtol',defaultVal=1.0e-3_pReal)
|
||||
num%eps_stress_rtol = num_grid%get_asFloat ('eps_stress_rtol',defaultVal=1.0e-3_pReal)
|
||||
num%itmin = num_grid%get_asInt ('itmin',defaultVal=1)
|
||||
num%itmax = num_grid%get_asInt ('itmax',defaultVal=250)
|
||||
|
||||
|
|
Loading…
Reference in New Issue