Skip to content

[fvlocalresidual] Only add point sources if map is non-empty

Timo Koch requested to merge feature/optimize-point-sources-for-noop-case into master

Optimization for the case where there are no point sources. It saves a map lookup and an addition of an array.

Merge request reports