Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/volumeops/derivatives/second_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 | 6a8d7fbf55fc |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/derivatives/second_derivative.jl Fri Feb 25 17:20:40 2022 +0100 +++ b/src/SbpOperators/volumeops/derivatives/second_derivative.jl Sun Mar 13 21:01:09 2022 +0100 @@ -9,7 +9,8 @@ On a one-dimensional `grid`, `D2` is a `VolumeOperator`. On a multi-dimensional `grid`, `D2` is the outer product of the one-dimensional operator with the `IdentityMapping`s in orthogonal coordinate dirrections. -See also [`volume_operator`](@ref). + +See also: [`volume_operator`](@ref). """ function second_derivative(grid::EquidistantGrid, inner_stencil, closure_stencils, direction) h_inv = inverse_spacing(grid)[direction]