From 989a2b2d399bca2ecdf6fca919e2d1bb1789c581 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Thu, 23 Feb 2012 10:53:15 +0000 Subject: [PATCH] added default entries for Lp_frac and analyticJaco --- code/config/numerics.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/config/numerics.config b/code/config/numerics.config index 592dbe406..0f5358a73 100644 --- a/code/config/numerics.config +++ b/code/config/numerics.config @@ -9,6 +9,8 @@ pert_Fg 1.0e-7 # deformation gradient perturbation for gr pert_method 1 # perturbation method (1 = forward, 2 = backward or 3 = central) integrator 1 # integration method (1 = Fixed Point Iteration, 2 = Euler, 3 = Adaptive Euler, 4 = classical 4th order Runge-Kutta, 5 = 5th order Runge-Kutta Cash-Karp) integratorStiffness 1 # integration method used for stiffness (1 = Fixed Point Iteration, 2 = Euler, 3 = Adaptive Euler, 4 = classical 4th order Runge-Kutta, 5 = 5th order Runge-Kutta Cash-Karp) +Lp_frac 0.5 # fraction of Lp current and Lp previous step to use when integrating Fp from previous step to current +analyticJaco 0 # use analytic Jacobian or perturbation (0 = perturbations, 1 = analytic) ## crystallite numerical parameters ## nCryst 20 # crystallite loop limit (only for debugging info, loop limit is determined by "subStepMinCryst")