gridap / gridap/GridapSolvers.jl
Calling residual! instead of jacobian!
Open
- Dominant language
- Julia
- Stars
- 43
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.