InversePoisson2DSquareProblem#

Formulation of the inverse Poisson problem in a square domain.

class InversePoisson2DSquareProblem[source]#

Bases: SpatialProblem, InverseProblem

Implementation of the inverse 2-dimensional Poisson problem in the square domain \([0, 1] \times [0, 1]\), with unknown parameter domain \([-1, 1] \times [-1, 1]\).

Example:
>>> problem = InversePoisson2DSquareProblem()

Initialization of the InverseProblem class.