Skip to content

Commit

Permalink
Lowest order HHO convergence analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed May 22, 2022
1 parent c53babb commit c80d9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/PoissonHHOTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module PoissonHHOTests
LocalFEOperator((m,n),UK_U∂K,VK_V∂K; field_type_at_common_faces=MultiValued())
end

p = 3
p = 1
u(x) = x[1]^p+x[2]^p
f(x)=-Δ(u)(x)

Expand Down Expand Up @@ -136,7 +136,7 @@ module PoissonHHOTests
end

ns=[8,16,32,64,128]
order=1
order=0
el, hs = conv_test(ns,order)
println("Slope L2-norm u: $(slope(hs,el))")
slopek =[Float64(ni)^(-(order)) for ni in ns]
Expand Down

0 comments on commit c80d9cc

Please sign in to comment.