Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/volumeops/derivatives/secondderivative_test.jl @ 732:6114274447f5 feature/selectable_tests
Add missing using and imports in test files
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Mar 2021 21:21:23 +0100 |
parents | 45966c77cb20 |
children |
comparison
equal
deleted
inserted
replaced
731:dfbdb127d2d8 | 732:6114274447f5 |
---|---|
1 using Test | 1 using Test |
2 | 2 |
3 using Sbplib.SbpOperators | 3 using Sbplib.SbpOperators |
4 using Sbplib.Grids | 4 using Sbplib.Grids |
5 using Sbplib.LazyTensors | |
5 | 6 |
6 import Sbplib.SbpOperators.VolumeOperator | 7 import Sbplib.SbpOperators.VolumeOperator |
7 | 8 |
8 @testset "SecondDerivative" begin | 9 @testset "SecondDerivative" begin |
9 op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4) | 10 op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4) |