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 AdvectionEquation(Equation):
def __init__(self, c):
"""
Initialize the advection equation.
Initialization of the :class:`AdvectionEquation`.
:param c: The advection velocity parameter.
:type c: float | int
@@ -80,7 +80,7 @@ class AdvectionProblem(SpatialProblem, TimeDependentProblem):
def __init__(self, c=1.0):
"""
Initialize the advection problem.
Initialization of the :class:`AdvectionProblem`.
:param c: The advection velocity parameter.
:type c: float | int