diff --git a/examples/directed_energy_deposition/cylinder/master_app_mechanical.i b/examples/directed_energy_deposition/cylinder/master_app_mechanical.i index 00fb42e2..baac2a29 100644 --- a/examples/directed_energy_deposition/cylinder/master_app_mechanical.i +++ b/examples/directed_energy_deposition/cylinder/master_app_mechanical.i @@ -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' @@ -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' diff --git a/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i b/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i index 086f2555..d8cc8273 100644 --- a/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i +++ b/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i @@ -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' @@ -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'