diff src/SbpOperators/boundaryops/normal_derivative.jl @ 1347:08f06bfacd5c refactor/grids

Fix typos and formatting of documentation
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 18 May 2023 22:53:31 +0200
parents e94ddef5e72f
children f4dc17cfafce
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/normal_derivative.jl	Mon May 15 22:54:32 2023 +0200
+++ b/src/SbpOperators/boundaryops/normal_derivative.jl	Thu May 18 22:53:31 2023 +0200
@@ -5,11 +5,11 @@
 
 Creates the normal derivative boundary operator `d` as a `LazyTensor`
 
-`d` computes the normal derivative of a grid function  on `boundary` using the
-'d1' stencil in the given stencil_set. `d'` is the prolongation of the normal
-derivative of a grid function to the whole grid using the same stencil. On a
-one-dimensional `grid`, `d` is a `BoundaryOperator`. On a multi-dimensional
-`grid`, `d` is the inflation of a `BoundaryOperator`.
+`d` computes the normal derivative at `boundary` of a grid function on `g` using the
+'d1' stencil in `stencil_set`. `d'` is the prolongation of the normal
+derivative of a grid function to the whole of `g` using the same stencil. On a
+one-dimensional grid, `d` is a `BoundaryOperator`. On a multi-dimensional
+grid, `d` is the inflation of a `BoundaryOperator`.
 
 See also: [`BoundaryOperator`](@ref), [`LazyTensors.inflate`](@ref).
 """