discretize.base.BaseRegularMesh.origin#
- property BaseRegularMesh.origin#
Origin or ‘anchor point’ of the mesh.
For a mesh defined in Cartesian coordinates (e.g.
TensorMesh
,CylindricalMesh
,TreeMesh
), origin is the bottom southwest corner. For aCylindricalMesh
, origin is the bottom of the axis of rotational symmetry for the mesh (i.e. bottom of z-axis).- Returns:
- (
dim
)numpy.ndarray
of
float
origin location
- (