Hi @JordiManyer, I was doing some code profiling (an issue to be reported/addressed in Gridap) and I found this possible error: https://github.com/gridap/GridapSolvers.jl/blob/26aa6f995e156034de102f40e4c69be510399bb3/src/BlockSolvers/BlockFEOperators.jl#L64 I think here it should be calling `jacobian!` instead of `residual!`, right?
Hi @JordiManyer, I was doing some code profiling (an issue to be reported/addressed in Gridap) and I found this possible error:
GridapSolvers.jl/src/BlockSolvers/BlockFEOperators.jl
Line 64 in 26aa6f9
I think here it should be calling
jacobian!instead ofresidual!, right?