Currently, for the new "mixed-topology" functionality, we have new functions to access the multiple entries, e.g. to access the `i` component: - [x] `Geometry::cmaps()[i]` - [x] `Geometry::dofmap(i)` - [ ] `FunctionSpace::elements(i)` - [x] `FunctionSpace::dofmaps(i)` - [ ] `Topology::cell_types()[i]` - [ ] `Topology::original_cell_index[i]` There may be more... but they all look different. What is the best interface?
Currently, for the new "mixed-topology" functionality, we have new functions to access the multiple entries, e.g.
to access the
icomponent:Geometry::cmaps()[i]Geometry::dofmap(i)FunctionSpace::elements(i)FunctionSpace::dofmaps(i)Topology::cell_types()[i]Topology::original_cell_index[i]There may be more... but they all look different. What is the best interface?