Skip to content

Commit

Permalink
Update input files
Browse files Browse the repository at this point in the history
  • Loading branch information
simopier committed May 26, 2024
1 parent b9e7c5f commit 3cd0678
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions test/tests/bcs/EquilibriumBC/equilibriumBC.i
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,11 @@
num_steps = 1
solve_type = PJFNK
automatic_scaling = true
# dtmin = .1
# l_max_its = 30
# nl_max_its = 5
petsc_options = '-snes_converged_reason'# -ksp_monitor_true_residual'
petsc_options_iname = '-pc_type'# -mat_mffd_err'
petsc_options_value = 'lu'# 1e-5'
petsc_options = '-snes_converged_reason'
petsc_options_iname = '-pc_type'
petsc_options_value = 'lu'
line_search = 'bt'
scheme = 'bdf2'
# timestep_tolerance = 1e-8
[]

[Outputs]
Expand Down
2 changes: 1 addition & 1 deletion test/tests/ver-1d/ver-1d-diffusion.i
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ temperature = 1000
alpha_t = 1e15
N = ${fparse 3.1622e22 / cl}
Ct0 = 0.1
mobile = 'mobile'
mobile_concentration = 'mobile'
temperature = ${temperature}
extra_vector_tags = ref
[]
Expand Down
2 changes: 1 addition & 1 deletion test/tests/ver-1d/ver-1d-trapping.i
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ temperature = 1000
alpha_t = ${fparse 1e15 / time_scaling}
N = ${fparse 3.1622e22 / cl}
Ct0 = 0.1
mobile = 'mobile'
mobile_concentration = 'mobile'
temperature = ${temperature}
trap_per_free = ${trap_per_free}
extra_vector_tags = ref
Expand Down

0 comments on commit 3cd0678

Please sign in to comment.