Browse Source

derp

pull/35/head
termi-official 9 months ago
parent
commit
7062cd3520
  1. 2
      src/precs.jl

2
src/precs.jl

@ -15,7 +15,7 @@ LinearSolve.jl compatible constructor for BoomerAMG preconditioners.
Here `settings_fun(bamg::HYPRE.BoomerAMG, A::AbstractMatrix, p)` will be called on construction to Here `settings_fun(bamg::HYPRE.BoomerAMG, A::AbstractMatrix, p)` will be called on construction to
allow users setting options directly in BoomerAMG via the internal interface. The `kwargs` will be allow users setting options directly in BoomerAMG via the internal interface. The `kwargs` will be
passed into the BoomerAMG constructor. passed into the BoomerAMG constructor.
## Example ## Example
```julia ```julia

Loading…
Cancel
Save