Prepare for caching in GeometryCollections
Doing several things here:
-
Introduced primitives for expansion centers and expansion radii ( GeometryCollection
caches expressions after all) -
Replaced all the uses of the _something_geometry_related
methods inQBXLayerPotentialSource
withbind
s -
Introduce a DOFDescriptor
to better describe DOFs (motivated by the slightly hacky transformation ofto_last_dim_length
to an expression)
MR !154 (merged) will then put GeometryCollection
s all over the place to do the actual caching.
Edited by Alexandru Fikl