Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/volumeops/laplace/laplace_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 | f88b2117dc69 24df68453890 |
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 @testset "Laplace" begin | 7 @testset "Laplace" begin |
7 g_1D = EquidistantGrid(101, 0.0, 1.) | 8 g_1D = EquidistantGrid(101, 0.0, 1.) |
8 g_3D = EquidistantGrid((51,101,52), (0.0, -1.0, 0.0), (1., 1., 1.)) | 9 g_3D = EquidistantGrid((51,101,52), (0.0, -1.0, 0.0), (1., 1., 1.)) |
9 @testset "Constructors" begin | 10 @testset "Constructors" begin |