Skip to content

Commit

Permalink
test on quad with more basis functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 4, 2024
1 parent 560eaa3 commit 2c45147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ciarlet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1275,4 +1275,5 @@ mod test {
test_entity_closure_dofs_lagrange!(Tetrahedron, 5);
test_entity_closure_dofs_lagrange!(Hexahedron, 2);
test_entity_closure_dofs_lagrange!(Hexahedron, 3);
test_entity_closure_dofs_lagrange!(Hexahedron, 4);
}

0 comments on commit 2c45147

Please sign in to comment.