Mercurial > repos > public > sbplib_julia
changeset 779:fd84ba4f8742 refactor/sbp_operators_method_signatures
Merge
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 17 Jul 2021 18:14:48 +0200 |
parents | 5eb1edef8a7b (current diff) b6c0963100cd (diff) |
children | 3b29b2ff1f0e 9fc6d38da03f |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/volume_operator.jl Sat Jul 17 18:13:20 2021 +0200 +++ b/src/SbpOperators/volumeops/volume_operator.jl Sat Jul 17 18:14:48 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?