yt.data_objects.construction_data_containers.YTSmoothedCoveringGridBase

class yt.data_objects.construction_data_containers.YTSmoothedCoveringGridBase(*args, **kwargs)[source]

A 3D region with all data extracted and interpolated to a single, specified resolution. (Identical to covering_grid, except that it interpolates.)

Smoothed covering grids start at level 0, interpolating to fill the region to level 1, replacing any cells actually covered by level 1 data, and then recursively repeating this process until it reaches the specified level.

Parameters:

level : int

The resolution level data is uniformly gridded at

left_edge : array_like

The left edge of the region to be extracted

dims : array_like

Number of cells along each axis of resulting covering_grid.

fields : array_like, optional

A list of fields that you’d like pre-generated for your object

Attributes

Methods