comparison test/SbpOperators/volumeops/derivatives/dissipation_test.jl @ 1087:423a6442efc3 feature/dissipation_operators

REVIEW: Address documentation
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 08 May 2022 12:15:32 +0200
parents c89c6b63c7f4
children 254934aac3f8
comparison
equal deleted inserted replaced
1078:879cca813cc6 1087:423a6442efc3
47 @test D*v == h^p * vā‚šā‚“ 47 @test D*v == h^p * vā‚šā‚“
48 end 48 end
49 end 49 end
50 end 50 end
51 51
52 @testset "tanspose equality" begin 52 @testset "transpose equality" begin
53 function get_matrix(D) 53 function get_matrix(D)
54 N = only(range_size(D)) 54 N = only(range_size(D))
55 M = only(domain_size(D)) 55 M = only(domain_size(D))
56 56
57 Dmat = zeros(N,M) 57 Dmat = zeros(N,M)