Changes
Page history
Update use_api_core
authored
Nov 29, 2024
by
Adrien Crovato
Show whitespace changes
Inline
Side-by-side
use_api_core.md
View page @
563a528e
...
...
@@ -41,7 +41,7 @@ cfg = {
'
y_ref
'
:
float
,
# y-coordinate of reference point for moment computation
'
z_ref
'
:
float
,
# z-coordinate of reference point for moment computation
# Numerical
'
LSolver
'
:
'
GMRES
'
,
# inner solver (PARDISO, MUMPS or GMRES)
'
LSolver
'
:
'
GMRES
'
,
# inner solver (PARDISO, MUMPS
, SparseLU
or GMRES)
'
G_fill
'
:
int
,
# fill-in factor for GMRES preconditioner (optional, default=2)
'
G_tol
'
:
float
,
# tolerance for GMRES (optional, default=1e-5)
'
G_restart
'
:
int
,
# restart for GMRES (optional, default=50)
...
...
...
...