Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Oct 3, 2023
1 parent 1cd2e36 commit 0e62602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SolverInterfaces/GridapExtras.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

# LinearSolvers that depend on the non-linear solution

"""
function Gridap.Algebra.numerical_setup!(ns::Gridap.Algebra.LinearSolver,A::AbstractMatrix,x::AbstractVector)
numerical_setup!(ns,A)
end
function allocate_solver_caches(ns::Gridap.Algebra.LinearSolver,args...;kwargs...)
@abstractmethod
end
"""

0 comments on commit 0e62602

Please sign in to comment.