pyinterp.core.fill.FirstGuess

class pyinterp.core.fill.FirstGuess

Bases: pybind11_object

Type of first guess grid to solve Poisson’s equation.

Members:

Zero : Use 0.0 as an initial guess

ZonalAverage : Use zonal average in x direction

Attributes

Protected Methods

Special Methods

__eq__(self, other, /)

__getstate__(self, /)

__index__(self, /)

__int__(self, /)

__ne__(self, other, /)

__repr__(self, /)

__setstate__(self, state, /)

__str__(self, /)