Skip to content

Commit

Permalink
Changes in applicatiosn tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Jul 24, 2024
1 parent 8726ace commit 5044e33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Applications/NavierStokes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end

function add_labels_3d!(labels)
add_tag_from_tags!(labels,"top",[5,6,7,8,11,12,15,16,22])
add_tag_from_tags!(labels,"walls",[1,2,3,4,9,10,13,14,21,17,18,23,25,26])
add_tag_from_tags!(labels,"walls",[1,2,3,4,9,10,13,14,17,18,19,20,21,23,24,25,26])
end

function main(distribute,np,nc)
Expand Down
2 changes: 1 addition & 1 deletion test/Applications/NavierStokesGMG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end

function add_labels_3d!(labels)
add_tag_from_tags!(labels,"top",[5,6,7,8,11,12,15,16,22])
add_tag_from_tags!(labels,"walls",[1,2,3,4,9,10,13,14,21,17,18,23,25,26])
add_tag_from_tags!(labels,"walls",[1,2,3,4,9,10,13,14,17,18,19,20,21,23,24,25,26])
end

function main(distribute,np,nc,np_per_level)
Expand Down
2 changes: 1 addition & 1 deletion test/Applications/Stokes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end

function add_labels_3d!(labels)
add_tag_from_tags!(labels,"top",[5,6,7,8,11,12,15,16,22])
add_tag_from_tags!(labels,"walls",[1,2,3,4,9,10,13,14,21,17,18,23,25,26])
add_tag_from_tags!(labels,"walls",[1,2,3,4,9,10,13,14,17,18,19,20,21,23,24,25,26])
end

function main(distribute,np,nc)
Expand Down
2 changes: 1 addition & 1 deletion test/Applications/StokesGMG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ end

function add_labels_3d!(labels)
add_tag_from_tags!(labels,"top",[5,6,7,8,11,12,15,16,22])
add_tag_from_tags!(labels,"walls",[1,2,3,4,9,10,13,14,21,17,18,23,25,26])
add_tag_from_tags!(labels,"walls",[1,2,3,4,9,10,13,14,17,18,19,20,21,23,24,25,26])
end

function main(distribute,np,nc,np_per_level)
Expand Down

0 comments on commit 5044e33

Please sign in to comment.