Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Dec 29, 2023
1 parent be16f27 commit 29c3a09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SolverInterfaces/GridapExtras.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

# LinearSolvers that depend on the non-linear solution

function Gridap.Algebra.symbolic_setup(ns::Gridap.Algebra.LinearSolver,A::AbstractMatrix,x::AbstractVector)
symbolic_setup(ns,A)
end

function Gridap.Algebra.numerical_setup(ns::Gridap.Algebra.LinearSolver,A::AbstractMatrix,x::AbstractVector)
numerical_setup(ns,A)
end

function Gridap.Algebra.numerical_setup!(ns::Gridap.Algebra.LinearSolver,A::AbstractMatrix,x::AbstractVector)
numerical_setup!(ns,A)
end

0 comments on commit 29c3a09

Please sign in to comment.