Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/volumeops/volume_operator.jl @ 1155:716e721ce3eb refactor/sbpoperators/inflation
Fix formatting in a few docstrings
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 01 Nov 2022 22:15:47 +0100 |
parents | 5ddf5ae48391 |
children | f1c2a4fa0ee1 356ec6a72974 102ebdaf7c11 |
comparison
equal
deleted
inserted
replaced
1154:ae006e844870 | 1155:716e721ce3eb |
---|---|
1 """ | 1 """ |
2 VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1} | 2 VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1} |
3 | |
3 Implements a one-dimensional constant coefficients volume operator | 4 Implements a one-dimensional constant coefficients volume operator |
4 """ | 5 """ |
5 struct VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1} | 6 struct VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1} |
6 inner_stencil::Stencil{T,N} | 7 inner_stencil::Stencil{T,N} |
7 closure_stencils::NTuple{M,Stencil{T,K}} | 8 closure_stencils::NTuple{M,Stencil{T,K}} |