diff --git a/docs/src/VV/2d-constant-temperature-flat-plate.md b/docs/src/VV/2d-constant-temperature-flat-plate.md index d76425e0..b6d54e69 100644 --- a/docs/src/VV/2d-constant-temperature-flat-plate.md +++ b/docs/src/VV/2d-constant-temperature-flat-plate.md @@ -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) diff --git a/src/XCALibre.jl b/src/XCALibre.jl index 6f110954..e76fdede 100644 --- a/src/XCALibre.jl +++ b/src/XCALibre.jl @@ -1,7 +1,7 @@ module XCALibre using Krylov -export BicgstabSolver, CgSolver +export BicgstabSolver, CgSolver, GmresSolver using KernelAbstractions; export CPU import Adapt: adapt; export adapt