This work is to be performed on the FEATURE_index_set feature branch.
Should be a 'view' onto an existing Mesh, but with all Coords and Connectivitys subsetted appropriately. See #6120 for more detail on the philosophy.
See #6014 and satellite pull requests for ideas so far.
Original Plan
Update 2026-06-09
New pull request - #7149 - provides a draft implementation of #6121 and #6122 together, but without tests or full documentation. This is a much more natural, creative breakdown made possible by targeting a feature branch. Tests and docs should follow in subsequent issues (pending) and pull requests.
This work is to be performed on the
FEATURE_index_setfeature branch.Should be a 'view' onto an existing
Mesh, but with allCoords andConnectivitys subsetted appropriately. See #6120 for more detail on the philosophy.See #6014 and satellite pull requests for ideas so far.
Original Plan
MeshIndexSet- to instead index the originalMeshWrite tests for creation and operationsDon't worry about using the class in Iris operations yet - this is separated in UseMeshIndexSetclass for subsettingMeshCoord#6122.Update
2026-06-09New pull request - #7149 - provides a draft implementation of #6121 and #6122 together, but without tests or full documentation. This is a much more natural, creative breakdown made possible by targeting a feature branch. Tests and docs should follow in subsequent issues (pending) and pull requests.