Skip to content

Commit

Permalink
Another doctest fix: export GmresSolver to remove dep on Krylov.jl fr…
Browse files Browse the repository at this point in the history
…om testing
  • Loading branch information
mberto79 committed Sep 6, 2024
1 parent e02de42 commit f7f017f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/VV/2d-constant-temperature-flat-plate.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ The streamwise cell length is 2mm with a total domain length of 1m. The near-wal

```jldoctest; filter = r".*"s => s"", output = false
using XCALibre
using Krylov
mesh_file = pkgdir(XCALibre, "testcases/compressible/2d_laminar_heated_plate/flatplate_2D_laminar.unv")
mesh = UNV2D_mesh(mesh_file, scale=0.001)
Expand Down
2 changes: 1 addition & 1 deletion src/XCALibre.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module XCALibre

using Krylov
export BicgstabSolver, CgSolver
export BicgstabSolver, CgSolver, GmresSolver

using KernelAbstractions; export CPU
import Adapt: adapt; export adapt
Expand Down

0 comments on commit f7f017f

Please sign in to comment.