Doc conditions

This commit is contained in:
FilippoOlivo
2025-03-11 15:22:35 +01:00
parent 92bb04fafe
commit be0e39a050
7 changed files with 119 additions and 54 deletions

View File

@@ -20,9 +20,9 @@ class DomainEquationCondition(ConditionInterface):
"""
Initialize the DomainEquationCondition, storing the domain and equation.
:param DomainInterface domain: Domain object containing the domain data
:param DomainInterface domain: Domain object containing the domain data.
:param EquationInterface equation: Equation object containing the
equation data
equation data.
"""
super().__init__()
self.domain = domain