Feature/Prepare for box without corner storage
All threads resolved!
All threads resolved!
Compare changes
Files
10+ 14
− 0
@@ -41,6 +41,20 @@ namespace Deprecated {
What this MR does / why does DuMux need it:
geometry(scv)
and geometry(scvf)
that produce a geometry on-the-fly. This obviates the need for storing corners in the sub entities themselves.scv/scvf.geometry()
and scv/scvf.corner(i)
Follow-up from !3199 (merged).
Addresses #1173 (closed) for box
Notes to reviewer: The changes lead to quite a lot of deprecation warnings which need to be fixed before the release. But I propose to do this in another cleanup MR. These changes will allow for a box scv/scvf implementation after the release which significantly reduces memory overhead when caching is enabled.