Forked from
Klaus Böhnlein / dune-microstructure
474 commits behind, 258 commits ahead of the upstream repository.
-
Klaus Böhnlein authoredKlaus Böhnlein authored
parametrizedlaminate.parset 772 B
# --- Choose material definition:
materialFunction = "parametrized_laminate"
# --- Choose scale ratio gamma:
gamma=1.0
#############################################
# Solver Type: #1: CG - SOLVER , #2: GMRES - SOLVER, #3: QR - SOLVER (default), #4: UMFPACK - SOLVER
#############################################
# Note: Running the test with the QR-Solver (3) on gitlab
# fails due to completely wrong results.
# WHY is currently unclear.
Solvertype = 2 # recommended to use iterative solver (e.g GMRES) for finer grid-levels
#Solver_verbosity = 0 #(default = 2) degree of information for solver output
#print_conditionNumber = true
#set_IntegralZero = true #(default = false)
#set_oneBasisFunction_Zero = true #(default = false)