Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Jan 5, 2024
1 parent bb05dc4 commit 16e253f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
80 changes: 0 additions & 80 deletions src/LinearSolvers/BlockDiagonalSmoothers.jl

This file was deleted.

1 change: 0 additions & 1 deletion src/LinearSolvers/LinearSolvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ include("JacobiLinearSolvers.jl")
include("RichardsonSmoothers.jl")
include("SymGaussSeidelSmoothers.jl")
include("GMGLinearSolvers.jl")
include("BlockDiagonalSmoothers.jl")
include("IterativeLinearSolvers.jl")
include("SchurComplementSolvers.jl")

Expand Down
2 changes: 2 additions & 0 deletions src/SolverInterfaces/ConvergenceLogs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
SOLVER_VERBOSE_HIGH = 2
end

SolverVerboseLevel(verbose::Bool) = (verbose ? SOLVER_VERBOSE_HIGH : SOLVER_VERBOSE_NONE)

mutable struct ConvergenceLog{T<:Real}
name :: String
tols :: SolverTolerances{T}
Expand Down

0 comments on commit 16e253f

Please sign in to comment.