Skip to content

Commit

Permalink
Update PoissonNonConformingOctreeModelsTests.jl
Browse files Browse the repository at this point in the history
Remove conformity=:H1 from one of the FESpace calls
  • Loading branch information
amartinhuertas authored Oct 12, 2023
1 parent a1e1f1c commit 9eebeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/PoissonNonConformingOctreeModelsTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -255,4 +255,4 @@ module PoissonNonConformingOctreeModelsTests
end
end

end
end

2 comments on commit 9eebeac

@amartinhuertas
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.3.1 already exists and points to a different commit"

Please sign in to comment.