fix rendering part 2

This commit is contained in:
giovanni
2025-03-14 00:10:18 +01:00
committed by Nicola Demo
parent e0ad4dc8a0
commit d2e3f458ab
17 changed files with 217 additions and 147 deletions

View File

@@ -30,6 +30,9 @@ class Poisson2DSquareProblem(SpatialProblem):
r"""
Implementation of the 2-dimensional Poisson problem in the square domain
:math:`[0, 1] \times [0, 1]`.
:Example:
>>> problem = Poisson2DSquareProblem()
"""
output_variables = ["u"]