black formatter

This commit is contained in:
giovanni
2025-03-14 00:19:18 +01:00
committed by FilippoOlivo
parent 76f5be85ea
commit e780671fd0
8 changed files with 10 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ class AllenCahnProblem(TimeDependentProblem, SpatialProblem):
Computer Methods in Applied Mechanics and Engineering 421 (2024): 116805
DOI: `10.1016/
j.cma.2024.116805 <https://doi.org/10.1016/j.cma.2024.116805>`_.
:Example:
>>> problem = AllenCahnProblem()
"""

View File

@@ -53,7 +53,7 @@ class HelmholtzProblem(SpatialProblem):
**Original reference**: Si, Chenhao, et al. *Complex Physics-Informed
Neural Network.* arXiv preprint arXiv:2502.04917 (2025).
DOI: `arXiv:2502.04917 <https://arxiv.org/abs/2502.04917>`_.
:Example:
>>> problem = HelmholtzProblem()
"""