mesh#
- property ModelProps.mesh#
Normalized mesh-stagger object for this quantity.
Wraps the integer
_meshcode and the number of coordinate scales in a singleMeshinstance via its constructor.- Returns:
Examples
>>> from psi_io.models import _MAS_QUANTITY_PROPS_MAPPING >>> from psi_io.mesh import Mesh >>> _MAS_QUANTITY_PROPS_MAPPING['br'].mesh Mesh(HALF, MAIN, MAIN) >>> _MAS_QUANTITY_PROPS_MAPPING['t'].mesh Mesh(HALF, HALF, HALF) >>> _MAS_QUANTITY_PROPS_MAPPING['vr'].mesh Mesh(MAIN, HALF, HALF)