You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new class that references an existing Mesh, offering access to all its properties/operations/etcetera, but actually subsetting that Mesh's Coords and Connectivitys as described by the UGRID Location Index Set - effectively a 'view' on the original Mesh.
This work is to be performed on the FEATURE_index_set feature branch.
Motivation
This would provide a fuller implementation of UGRID within Iris, and is a viable solution to the following existing issues:
It has been suggested here that this would provide more natural 'stitching' of a decomposed mesh, currently only available via recombine_submeshes - a highly specific proof-of-concept.
✨ Feature Request
A new class that references an existing
Mesh
, offering access to all its properties/operations/etcetera, but actually subsetting thatMesh
'sCoord
s andConnectivity
s as described by the UGRID Location Index Set - effectively a 'view' on the originalMesh
.This work is to be performed on the
FEATURE_index_set
feature branch.Motivation
This would provide a fuller implementation of UGRID within Iris, and is a viable solution to the following existing issues:
Cube.remesh
#4751recombine_submeshes
- a highly specific proof-of-concept.Additional context
MeshCoord
should return aMeshCoord
? #5991 (comment)Tasks
MeshIndexSet
class #6121MeshIndexSet
class for subsettingMeshCoord
#6122The text was updated successfully, but these errors were encountered: