Mercurial > repos > public > sbplib_julia
changeset 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 | ff64acfc1ec9 |
files | src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl test/SbpOperators/volumeops/derivatives/second_derivative_variable_test.jl |
diffstat | 2 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl Fri May 26 14:53:19 2023 +0200 +++ b/src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl Fri May 26 14:54:00 2023 +0200 @@ -1,5 +1,3 @@ -export SecondDerivativeVariable - # REVIEW: Fixa docs """ SecondDerivativeVariable{Dir,T,D,...} <: LazyTensor{T,D,D}
--- a/test/SbpOperators/volumeops/derivatives/second_derivative_variable_test.jl Fri May 26 14:53:19 2023 +0200 +++ b/test/SbpOperators/volumeops/derivatives/second_derivative_variable_test.jl Fri May 26 14:54:00 2023 +0200 @@ -4,7 +4,7 @@ using Sbplib.LazyTensors using Sbplib.SbpOperators using Sbplib.RegionIndices -using Sbplib.SbpOperators: NestedStencil, CenteredNestedStencil +using Sbplib.SbpOperators: NestedStencil, CenteredNestedStencil, SecondDerivativeVariable using LinearAlgebra