yt_astro_analysis.radmc3d_export.RadMC3DInterface.RadMC3DLayer

class yt_astro_analysis.radmc3d_export.RadMC3DInterface.RadMC3DLayer(level, parent, unique_id, LE, RE, dim)

This class represents an AMR “layer” of the style described in the radmc3d manual. Unlike yt grids, layers may not have more than one parent, so level L grids will need to be split up if they straddle two or more level L - 1 grids.

__init__(level, parent, unique_id, LE, RE, dim)

get_overlap_with(grid)

Returns the overlapping region between two Layers, or a layer and a grid.

overlaps(grid)

Returns whether or not this layer overlaps a given grid