Skip to content
Snippets Groups Projects
Verified Commit 65ac2846 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Changed linear solver in rae validation case

parent 55cc7996
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #23215 passed
......@@ -64,7 +64,7 @@ def cfgInviscid(nthrds, verb):
'y_ref' : 0.0, # reference point for moment computation (y)
'z_ref' : 0.0, # reference point for moment computation (z)
# Numerical
'LSolver' : 'SparseLu', # inner solver (Pardiso, MUMPS or GMRES)
'LSolver' : 'PARDISO', # inner solver (Pardiso, MUMPS or GMRES)
'G_fill' : 2, # fill-in factor for GMRES preconditioner
'G_tol' : 1e-5, # tolerance for GMRES
'G_restart' : 50, # restart for GMRES
......
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