diff --git a/examples/AbaqusStandard/numerics.config b/examples/AbaqusStandard/numerics.config index 2b0b8a96e..47091bf7f 100644 --- a/examples/AbaqusStandard/numerics.config +++ b/examples/AbaqusStandard/numerics.config @@ -1,2 +1 @@ fixed_seed 1697667030 -analyticJaco 1 diff --git a/examples/ConfigFiles/numerics.config b/examples/ConfigFiles/numerics.config index 85e3592b4..580b58e57 100644 --- a/examples/ConfigFiles/numerics.config +++ b/examples/ConfigFiles/numerics.config @@ -8,7 +8,6 @@ pert_Fg 1.0e-7 # deformation gradient perturbation for g 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) -analyticJaco 1 # use analytic Jacobian or perturbation (0 = perturbations, 1 = analytic) unitlength 1 # physical length of one computational length unit usepingpong 1 # use the ping pong (collect <-> calc) scheme (always off for Abaqus exp, must be on for Spectral Solver)