changed standard values according to numerics.f90
This commit is contained in:
parent
8f90f1f1f9
commit
f527bdcc78
|
@ -51,8 +51,7 @@ discrepancyPower_RGC 5.0
|
||||||
fixed_seed 0 # put any number larger than zero, integer, if you want to have a pseudo random distribution
|
fixed_seed 0 # put any number larger than zero, integer, if you want to have a pseudo random distribution
|
||||||
|
|
||||||
## spectral parameters ##
|
## spectral parameters ##
|
||||||
err_div_tol 1.0e-2 # 1.0e-4 proposed by Suquet, less strict criteria are usefull
|
err_div_tol 1.0e-4 # 1.0e-4 proposed by Suquet
|
||||||
err_defgrad_tol 1.0e-3 # relative tolerance for fullfillment of average deformation gradient (is usually passively fullfilled)
|
|
||||||
err_stress_tolrel 0.01 # relative tolerance for fullfillment of stress BC
|
err_stress_tolrel 0.01 # relative tolerance for fullfillment of stress BC
|
||||||
itmax 40 # Maximum iteration number
|
itmax 20 # Maximum iteration number
|
||||||
memory_efficient 1 # Precalculate Gamma-operator (81 double per point)
|
memory_efficient 1 # Precalculate Gamma-operator (81 double per point)
|
||||||
|
|
Loading…
Reference in New Issue