Skip to content

Commit

Permalink
Reducing computational demands of PoissonNonConformingOctreeModelsTes…
Browse files Browse the repository at this point in the history
…ts.jl
  • Loading branch information
amartinhuertas committed Oct 24, 2023
1 parent 95344cd commit f7d573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PoissonNonConformingOctreeModelsTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ module PoissonNonConformingOctreeModelsTests
for Dc=2:3, perm=1:4, order=1:4, scalar_or_vector in (:scalar,:vector)
test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
end
for order=4:4,scalar_or_vector in (:scalar,:vector)
for order=2:2,scalar_or_vector in (:scalar,:vector)
test_2d(ranks,order,_field_type(Val{2}(),scalar_or_vector))
test_3d(ranks,order,_field_type(Val{3}(),scalar_or_vector))
end
Expand Down

0 comments on commit f7d573d

Please sign in to comment.