gridap / Gridap.jl

Grid-based approximation of partial differential equations in Julia
MIT License
695 stars 95 forks source link

Added `axpy_entries` for `AbstractBlockMatrix` #991

Closed oriolcg closed 6 months ago

oriolcg commented 6 months ago

Added axpy_entries! function for AbstractBlockMatrix. Without this function specialization there is a bottleneck in the solution of transient problems with block matrices.

JordiManyer commented 6 months ago

Hi @oriolcg , thanks for reporting this! I'll merge it into the release branch when the tests pass.