Skip to content

Commit e9fe09f

Browse files
committed
fixed comment
1 parent 9edcfc1 commit e9fe09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/implementations/problem_classes/HeatEquation_2D_PETSc_forced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# noinspection PyUnusedLocal
1010
class heat2d_petsc_forced(ptype):
1111
"""
12-
Example implementing the forced 2D heat equation with periodic BCs in [0,1]^2,
12+
Example implementing the forced 2D heat equation with Dirichlet BCs in [0,1]^2,
1313
discretized using central finite differences and realized with PETSc
1414
1515
Attributes:

0 commit comments

Comments
 (0)