Skip to content

Implement lazy_indices() and core_indices() for _MeshIndexSet #7214

Description

@trexfeathers

Currently indices can be created, and handled, as either NumPy or Dask arrays, but we do not provide the familiar @property API for laziness that all our other Dimensional Metadata has:

  • values
  • core_values
  • lazy_values

# TODO: implement lazy_indices() and core_indices() for _MeshIndexSet

This will become more important when it comes to #6123.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    No status
    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions