Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Oct 18, 2023
1 parent 3f028a3 commit bf3d310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bug_mwe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parts = with_mpi() do distribute
end

cmodel = CartesianDiscreteModel((0,1,0,1),(1,1))
model = OctreeDistributedDiscreteModel(parts,cmodel,4)
model = OctreeDistributedDiscreteModel(parts,cmodel,2)

reffe = ReferenceFE(raviart_thomas,Float64,1)
Vh = FESpace(model,reffe;dirichlet_tags="boundary") # Fails
Expand Down

0 comments on commit bf3d310

Please sign in to comment.