Possible bug in Assemblers
Open
- Dominant language
- Julia
- Stars
- 879
- Forks
- 119
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 4
Description
I was going through the code in Assemblers.jl and I found that in https://github.com/gridap/Gridap.jl/blob/5d7252b51c0f43735e20d99e1d52c6ccab1e40f9/src/FESpaces/Assemblers.jl#L322 instead of `matvec` there should be `mat`. Otherwise `mat` does not have the Dirichlet values attached. Does it make sense?
Contributor guide
Research direction
Open src/FESpaces/Assemblers.jl at line 322 and compare the uses of matvec and mat in the surrounding assembly logic. Verify whether the resulting mat receives the Dirichlet values, then run the relevant existing test suite to confirm the corrected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100