Mercurial > repos > public > sbplib_julia
diff src/Grids/geometry.jl @ 2081:efdc4d9391ee feature/sbp_operators/laplace_curvilinear tip
Merge default
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Wed, 25 Feb 2026 10:43:46 +0100 |
| parents | 6797a6cb1da7 |
| children |
line wrap: on
line diff
--- a/src/Grids/geometry.jl Wed Feb 18 07:08:14 2026 +0100 +++ b/src/Grids/geometry.jl Wed Feb 25 10:43:46 2026 +0100 @@ -54,7 +54,7 @@ LineSegment(a,b) A line segment, as a callable object, from `a` to `b`. -The parametrization is ``l(s) = (1-s)a + s*b`` where ``s∈(0,1)``. +The parametrization is ``l(s) = (1-s)a + s*b``. # Example ```julia-repl
