Skip to content

Commit

Permalink
Make solver cache setup error for now for coupled problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Nov 11, 2023
1 parent 1391b15 commit 3921b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solver/newton_raphson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function setup_solver_caches(coupled_problem::CoupledProblem{<:Tuple{<:QuasiStat
face_caches,
dh,
)
error("Not implemented yet")
# TODO introduce CouplingOperator
# BlockOperator((
# quasi_static_operator, NullOperator{Float64,1,ndofs(dh)}(),
Expand Down

0 comments on commit 3921b2a

Please sign in to comment.