Skip to content

Commit

Permalink
revert to original spacing for arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendy-Ji committed Jul 24, 2024
1 parent 4f055b8 commit 71036d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ dt = 200
[QuasiStatic]
strain = FINITE
incremental = true
generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx strain_zz strain_xy strain_xz strain_yz'
generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx '
'strain_zz strain_xy strain_xz strain_yz'
use_automatic_differentiation = true
[product]
block = '2'
Expand Down Expand Up @@ -286,7 +287,8 @@ dt = 200
type = Transient
solve_type = 'NEWTON'

petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type -pc_factor_shift_amount'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type '
'-pc_factor_shift_amount'
petsc_options_value = 'preonly lu superlu_dist NONZERO 1e-10'

line_search = 'none'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ dt = 20
[QuasiStatic]
strain = FINITE
incremental = true
generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx strain_zz strain_xy strain_xz strain_yz'
generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx '
'strain_zz strain_xy strain_xz strain_yz'
use_automatic_differentiation = true
[product]
block = '2'
Expand Down Expand Up @@ -286,7 +287,8 @@ dt = 20
type = Transient
solve_type = 'NEWTON'

petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type -pc_factor_shift_amount'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type '
'-pc_factor_shift_amount'
petsc_options_value = 'preonly lu superlu_dist NONZERO 1e-10'

line_search = 'none'
Expand Down

0 comments on commit 71036d7

Please sign in to comment.