fix problem doc

This commit is contained in:
giovanni
2025-03-13 12:04:02 +01:00
committed by Nicola Demo
parent 3606d2ef10
commit 66b49ea438
10 changed files with 120 additions and 102 deletions

View File

@@ -16,7 +16,7 @@ class HelmholtzEquation(Equation):
def __init__(self, alpha):
"""
Initialize the Helmholtz equation.
Initialization of the :class:`HelmholtzEquation` class.
:param alpha: Parameter of the forcing term.
:type alpha: float | int
@@ -75,7 +75,7 @@ class HelmholtzProblem(SpatialProblem):
def __init__(self, alpha=3.0):
"""
Initialize the Helmholtz problem.
Initialization of the :class:`HelmholtzProblem` class.
:param alpha: Parameter of the forcing term.
:type alpha: float | int