diff src/SbpOperators/boundaryops/normal_derivative.jl @ 947:38d1752a9aff feature/laplace_opset

Reformat "See also:"
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 13 Mar 2022 21:01:09 +0100
parents 22c80fb36400
children 7bf3121c6864 1ba8a398af9c
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/normal_derivative.jl	Fri Feb 25 17:20:40 2022 +0100
+++ b/src/SbpOperators/boundaryops/normal_derivative.jl	Sun Mar 13 21:01:09 2022 +0100
@@ -6,7 +6,9 @@
 `d` computes the normal derivative of a grid function  on `boundary` a `Stencil` `closure_stencil`.
 `d'` is the prolongation of the normal derivative of a grid function to the whole grid using the same `closure_stencil`.
 On a one-dimensional `grid`, `d` is a `BoundaryOperator`. On a multi-dimensional `grid`, `d` is the inflation of
-a `BoundaryOperator`. See also [`boundary_operator`](@ref).
+a `BoundaryOperator`.
+
+See also: [`boundary_operator`](@ref).
 """
 function normal_derivative(grid, closure_stencil::Stencil, boundary)
     direction = dim(boundary)