xoa.regrid.extrap_modes

class xoa.regrid.extrap_modes(value=None, *args, **kwargs)[source]

Supported extrapolation modes

__init__()

Initialize self. See help(type(self)) for accurate signature.

Attributes

both

Both below and above

bottom

Toward the bottom (before)

no

No extrapolation (default)

top

Toward the top (after)