We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c287c commit 624eaa8Copy full SHA for 624eaa8
examples/collocation.jl
@@ -4,7 +4,8 @@ using ClassicalOrthogonalPolynomials, OrdinaryDiffEq, Plots
4
####
5
# 1D Helmholtz w/ Dirichlet conditions
6
#
7
-# We solve `u'' + 4^2*u = f`, `u(-1) = 1`, `u(1) = 2` with rectangular collocation. That is,
+# We solve `u'' + 4^2*u = f`, `u(-1) = 1`, `u(1) = 2` with rectangular collocation a la
8
+# [Hale & Driscoll](https://academic.oup.com/imajna/article-abstract/36/1/108/2363563). That is,
9
# we discretise `u` at `n` second kind Chebyshev points (containing ±1)
10
# but `f` at `n-2` first kind Chebyshev points (interior to [-1,1]).
11
# The reduction in degrees of freedom allows us to impose boundary conditions.
0 commit comments