Skip to content

Commit 70c9080

Browse files
Merge pull request #477 from ranocha/patch-1
fix wave eq. example
2 parents 9c752bd + 393271f commit 70c9080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/pinn/wave.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ import ModelingToolkit: Interval, infimum, supremum
105105
@variables u(..) Dxu(..) Dtu(..) O1(..) O2(..)
106106
Dxx = Differential(x)^2
107107
Dtt = Differential(t)^2
108+
Dx = Differential(x)
108109
Dt = Differential(t)
109110

110111
# Constants

0 commit comments

Comments
 (0)