Skip to content

Commit

Permalink
updating hardcoded values in VTK tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Nov 1, 2023
1 parent 123ab4e commit ffdf9ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/write_vtk_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
deg_one_order(::Hex) = [-1.0 -1.0 1.0 1.0 -1.0 -1.0 1.0 1.0;
-1.0 1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0;
-1.0 -1.0 -1.0 -1.0 1.0 1.0 1.0 1.0]
deg_one_order(::Wedge) = [-1.0 1.0 -1.0 -1.0 1.0 -1.0; -1.0 -1.0 1.0 -1.0 -1.0 1.0; -1.0 -1.0 -1.0 1.0 1.0 1.0]
deg_one_order(::Wedge) = [-1.0 -1.0 1.0 -1.0 -1.0 1.0
-1.0 1.0 -1.0 -1.0 1.0 -1.0
-1.0 -1.0 -1.0 1.0 1.0 1.0]
deg_zero_order(elem::Union{Quad, Hex, Wedge}) = deg_one_order(elem)


Expand Down

0 comments on commit ffdf9ca

Please sign in to comment.