diff src/SbpOperators/volumeops/volume_operator.jl @ 1329:e94ddef5e72f refactor/grids

Clean up documentation for changed types in SbpOperatorClean up documentation for changed types in SbpOperatorss
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 02 May 2023 22:09:33 +0200
parents 356ec6a72974
children 4684c7f1c4cb
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/volume_operator.jl	Tue May 02 20:14:39 2023 +0200
+++ b/src/SbpOperators/volumeops/volume_operator.jl	Tue May 02 22:09:33 2023 +0200
@@ -1,7 +1,7 @@
 """
     VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1}
 
-Implements a one-dimensional constant coefficients volume operator
+A one-dimensional constant coefficients stencil operator.
 """
 struct VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1}
     inner_stencil::Stencil{T,N}