Mercurial > repos > public > sbplib_julia
changeset 778:b6c0963100cd refactor/sbp_operators_method_signatures
Fix mistakes in the fix of the documentation
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 17 Jul 2021 18:14:02 +0200 |
parents | d8c0916853fc |
children | fd84ba4f8742 |
files | src/SbpOperators/volumeops/volume_operator.jl |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/volume_operator.jl Sat Jul 17 10:23:59 2021 +0200 +++ b/src/SbpOperators/volumeops/volume_operator.jl Sat Jul 17 18:14:02 2021 +0200 @@ -6,7 +6,8 @@ the stencils `inner_stencil` and `closure_stencils`. When `Dim=1`, the corresponding `VolumeOperator` tensor mapping is returned. When `Dim>1`, the returned operator is the appropriate outer product of a one-dimensional -operators and `IdentityMapping`s, e.g for `Dim=2`, `I⊗op⊗I`. +operators and `IdentityMapping`s, e.g for `Dim=3` the volume operator in the +y-direction is `I⊗op⊗I`. """ function volume_operator(grid::EquidistantGrid{Dim,T}, inner_stencil, closure_stencils, parity, direction) where {Dim,T} #TODO: Check that direction <= Dim?