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

(fix) Changed linear solver to PARDISO in the rae validation case.

parent bce38459
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #23196 passed with warnings
...@@ -64,7 +64,7 @@ def cfgInviscid(nthrds, verb): ...@@ -64,7 +64,7 @@ def cfgInviscid(nthrds, verb):
'y_ref' : 0.0, # reference point for moment computation (y) 'y_ref' : 0.0, # reference point for moment computation (y)
'z_ref' : 0.0, # reference point for moment computation (z) 'z_ref' : 0.0, # reference point for moment computation (z)
# Numerical # 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_fill' : 2, # fill-in factor for GMRES preconditioner
'G_tol' : 1e-5, # tolerance for GMRES 'G_tol' : 1e-5, # tolerance for GMRES
'G_restart' : 50, # restart 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