Helmholtz Equation#
Module for defining the Helmholtz equation.
- class HelmholtzEquation(k, forcing_term)[source]#
Bases:
EquationImplementation of the Helmholtz equation, defined as follows:
\[\Delta u + k u - f = 0\]Here, \(k\) is the squared wavenumber, while \(f\) is the forcing term.
Initialization of the
HelmholtzEquationclass.