Skip to content
Snippets Groups Projects
Commit 1ce8ce25 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Change solver method back to multigrid solver

This is currently the faster solver
parent 1f0c95db
No related branches found
No related tags found
1 merge request!48Migrate from dune-fufem to dune-functions bases
......@@ -51,7 +51,7 @@ initialDeformation = "x"
#############################################
# Inner solver, cholmod or multigrid
solvertype = cholmod
solvertype = multigrid
# Number of homotopy steps for the Dirichlet boundary conditions
numHomotopySteps = 1
......@@ -148,4 +148,4 @@ mooneyrivlin_energy = log # log, square or ciarlet; different ways to compute th
# log: Generalized Rivlin model or polynomial hyperelastic model, using 0.5*mooneyrivlin_k*log(det(∇φ)) as the volume-preserving penalty term
# square: Generalized Rivlin model or polynomial hyperelastic model, using mooneyrivlin_k*(det(∇φ)-1)² as the volume-preserving penalty term
[]
\ No newline at end of file
[]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment