Skip to content

Commit 55f7e08

Browse files
Update beeler_reuter.md
1 parent 187b44d commit 55f7e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/beeler_reuter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ end
9090

9191
### Laplacian
9292

93-
The finite-difference Laplacian is calculated in-place by a 5-point stencil. The Neumann boundary condition is enforced. Note that we could have also used [DiffEqOperators.jl](https://docs.sciml.ai/DiffEqDocs/stable/features/diffeq_operator/#DiffEqOperators) to automate this step.
93+
The finite-difference Laplacian is calculated in-place by a 5-point stencil. The Neumann boundary condition is enforced.
9494

9595
```julia
9696
# 5-point stencil

0 commit comments

Comments
 (0)