Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl @ 1368:26ad90b42efd feature/variable_derivatives
Remove export of SecondDerivativeVariable
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 26 May 2023 14:54:00 +0200 |
parents | 71e89507dd9a |
children | 4ef8fb75d144 |
comparison
equal
deleted
inserted
replaced
1367:71e89507dd9a | 1368:26ad90b42efd |
---|---|
1 export SecondDerivativeVariable | |
2 | |
3 # REVIEW: Fixa docs | 1 # REVIEW: Fixa docs |
4 """ | 2 """ |
5 SecondDerivativeVariable{Dir,T,D,...} <: LazyTensor{T,D,D} | 3 SecondDerivativeVariable{Dir,T,D,...} <: LazyTensor{T,D,D} |
6 | 4 |
7 A second derivative operator in direction `Dir` with a variable coefficient. | 5 A second derivative operator in direction `Dir` with a variable coefficient. |