Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/boundaryops/normal_derivative_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 | bea2feebbeca |
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.RegionIndices | |
6 using Sbplib.LazyTensors | |
7 | |
8 import Sbplib.SbpOperators.BoundaryOperator | |
5 | 9 |
6 @testset "normal_derivative" begin | 10 @testset "normal_derivative" begin |
7 g_1D = EquidistantGrid(11, 0.0, 1.0) | 11 g_1D = EquidistantGrid(11, 0.0, 1.0) |
8 g_2D = EquidistantGrid((11,12), (0.0, 0.0), (1.0,1.0)) | 12 g_2D = EquidistantGrid((11,12), (0.0, 0.0), (1.0,1.0)) |
9 @testset "normal_derivative" begin | 13 @testset "normal_derivative" begin |