From f1f4f939a31f0ad3aa3a459b954ee4027654d6dd Mon Sep 17 00:00:00 2001 From: Pratheek Shanthraj Date: Thu, 29 Jan 2015 13:59:49 +0000 Subject: [PATCH] analytic jacobian default for all solvers --- code/numerics.f90 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/numerics.f90 b/code/numerics.f90 index 8874a9224..e3a7db8b7 100644 --- a/code/numerics.f90 +++ b/code/numerics.f90 @@ -66,11 +66,7 @@ module numerics charLength = 1.0_pReal, & !< characteristic length scale for gradient problems residualStiffness = 1.0e-6_pReal !< non-zero residual damage logical, protected, public :: & -#if defined(Spectral) || defined(FEM) - analyticJaco = .true., & !< use analytic Jacobian or perturbation, Default for Spectral solver .true.: -#else - analyticJaco = .false., & !< use analytic Jacobian or perturbation, Default .false.: calculate Jacobian using perturbations -#endif + analyticJaco = .true., & !< use analytic Jacobian or perturbation, Default for Spectral solver .true.: usePingPong = .true., & numerics_timeSyncing = .false. !< flag indicating if time synchronization in crystallite is used for nonlocal plasticity