yt.data_objects.construction_data_containers.
YTCoveringGridBase
(level, left_edge, dims, fields=None, ds=None, num_ghost_zones=0, use_pbar=True, field_parameters=None)[source]¶A 3D region with all data extracted to a single, specified resolution. Left edge should align with a cell boundary, but defaults to the closest cell boundary.
Parameters: | level : int
left_edge : array_like
dims : array_like
fields : array_like, optional
|
---|
Examples
>>> cube = ds.covering_grid(2, left_edge=[0.0, 0.0, 0.0], ... dims=[128, 128, 128])
Attributes
Methods