From b54782046d009346275f981b1bc2027b254cc9a5 Mon Sep 17 00:00:00 2001 From: Pratheek Shanthraj Date: Tue, 21 Oct 2014 16:25:53 +0000 Subject: [PATCH] increased size of petsc_options string --- code/numerics.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/numerics.f90 b/code/numerics.f90 index 2dfb07261..6015bf8b3 100644 --- a/code/numerics.f90 +++ b/code/numerics.f90 @@ -116,7 +116,7 @@ module numerics err_thermal_tol = 1.0_pReal, & err_damage_tol = 1.0e-4_pReal, & residualStiffness = 1.0e-6_pReal !< non-zero residual damage - character(len=1024), protected, public :: & + character(len=4096), protected, public :: & petsc_optionsFEM = '-mech_snes_type newtonls & &-mech_snes_linesearch_type cp & &-mech_snes_ksp_ew &