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
left_edge : array_like
dims : array_like
fields : array_like, optional
|
---|
Attributes
Methods