diff --git a/test/PoissonNonConformingOctreeModelsTests.jl b/test/PoissonNonConformingOctreeModelsTests.jl index 9c7a9eb..deb1548 100644 --- a/test/PoissonNonConformingOctreeModelsTests.jl +++ b/test/PoissonNonConformingOctreeModelsTests.jl @@ -17,7 +17,7 @@ module PoissonNonConformingOctreeModelsTests f(x) = -Δ(u)(x) degree = 2*order+1 reffe=ReferenceFE(lagrangian,Float64,order) - VH=FESpace(dmodel,reffe,conformity=:H1;dirichlet_tags="boundary") + VH=FESpace(dmodel,reffe;dirichlet_tags="boundary") UH=TrialFESpace(VH,u) ref_coarse_flags=map(ranks,partition(get_cell_gids(dmodel.dmodel))) do rank,indices flags=zeros(Cint,length(indices)) @@ -255,4 +255,4 @@ module PoissonNonConformingOctreeModelsTests end end -end \ No newline at end of file +end