@@ -501,14 +501,14 @@ end
501
501
"""
502
502
struct GridSolverOptions{TB,TF,TI,TSym} <: GridSolverOptionsType
503
503
504
- Options for Newton elliptic grid solver.
504
+ Options for SLOR + Newton elliptic grid solver.
505
505
506
506
# Fields
507
507
- `iteration_limit::TI = 10` : maximum number of iterations
508
508
- `atol::TF = 1e-14` : absolute convergence tolerance
509
509
- `algorithm::TSym = :newton` : algorithm to use in NLsolve.jl
510
510
- `autodiff::TSym = :forward` : differentiation method to use in NLsolve.jl
511
- - `converged::AbstractVector{TB} = [false]
511
+ - `converged::AbstractVector{TB}` = [false]
512
512
"""
513
513
@kwdef struct GridSolverOptions{TB,TF,TI,TSym} <: GridSolverOptionsType
514
514
iteration_limit:: TI = 20
@@ -544,7 +544,8 @@ Type containing (nearly) all the available user options.
544
544
- `verbose::TB = false` : flag to print verbose statements
545
545
- `silence_warnings::TB = true` : flag to silence warnings
546
546
- `multipoint_index::TI = [1]` : holds current index of multi-point solver (no need for user to change this usually)
547
- ## Geometry Re-interpolation and generation options` :
547
+ ## Pre-processing Options
548
+ ### Geometry ee-interpolation and generation options :
548
549
- `finterp::Tin = FLOWMath.akima` : interpolation method used for re-paneling bodies
549
550
- `autoshiftduct::TB = true` : flag as to whether duct geometry should be shifted based on rotor tip location
550
551
- `lu_decomp_flag::TB = false` : flag indicating if panel method LHS matrix factorization was successful
0 commit comments