From f4842be34716cdbeb8e3b5ba2a67e123dacdcf15 Mon Sep 17 00:00:00 2001 From: Jaeyong Jung Date: Thu, 26 Apr 2018 14:18:12 +0200 Subject: [PATCH] AL solver should not be referenced any more in example files --- examples/ConfigFiles/numerics.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ConfigFiles/numerics.config b/examples/ConfigFiles/numerics.config index ab8903927..3a654513e 100644 --- a/examples/ConfigFiles/numerics.config +++ b/examples/ConfigFiles/numerics.config @@ -67,7 +67,7 @@ maxCutBack 3 # maximum cut back level (0: 1, 1: 0.5, 2 memory_efficient 1 # Precalculate Gamma-operator (81 double per point) update_gamma 0 # Update Gamma-operator with current dPdF (not possible if memory_efficient=1) divergence_correction 2 # Use size-independent divergence criterion -spectralsolver basicPETSc # Type of spectral solver (basicPETSc: basic with PETSc, AL: augmented Lagrange) +spectralsolver basicPETSc # Type of spectral solver (basicPETSc/polarisation) spectralfilter none # Type of filtering method to mitigate Gibb's phenomenon (none, cosine, ...) petsc_options -snes_type ngmres -snes_ngmres_anderson # PetSc solver options regridMode 0 # 0: no regrid; 1: regrid if DAMASK doesn't converge; 2: regrid if DAMASK or BVP Solver doesn't converge