SingleCodimMapper is broken
The OrderingTag for single codimension SingleCodimMapper (i.e. Fast Finite Volume) is entirely broken.
With a very quick check on test-transport-ccfv.cc by adding SingleCodimMapper to the grid function space definition it is easy to realize that:
- The
LFSIndexCacheBasespecialization lacks definitions forDOFIndexandContainerIndex. - The
SimpleContainerIndexhas no hash and cannot be used in the unordered maps for constraint containers. - The
SimpleDOFIndexAccessorhas no methods forgeometryIndexandentityIndex. - The
SingleCodimLeafOrderinghas no_gfs_data.
Edited by Santiago Ospina De Los Ríos