SingleSector¶
-
class
acoular.grids.
SingleSector
¶ Bases:
acoular.grids.Sector
Base class for single sector types.
Defines the common interface for all single sector classes. This class may be used as a base for diverse single sector implementaions. If used directly, it implements a sector encompassing the whole grid.
-
include_border
= Bool(True, …¶ Boolean flag, if ‘True’ (default), grid points lying on the sector border are included.
-
abs_tol
= Float(1e-12, …¶ Absolute tolerance for sector border
-
default_nearest
= Bool(True, …¶ Boolean flag, if ‘True’ (default), the nearest grid point is returned if none is inside the sector.
-