Skip to content
Snippets Groups Projects
Commit 657f9b0a authored by wenqing's avatar wenqing
Browse files

[Pyramid13] Corrected the node indices of an edge

parent ea549b14
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ const unsigned PyramidRule13::edge_nodes[8][3] = {
{0, 1, 5}, // Edge 0
{1, 2, 6}, // Edge 1
{2, 3, 7}, // Edge 2
{0, 3, 8}, // Edge 3
{3, 0, 8}, // Edge 3
{0, 4, 9}, // Edge 4
{1, 4, 10}, // Edge 5
{2, 4, 11}, // Edge 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment