-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add equality and order implementations for Cell, Facet, and Vertex
- Implement equality for cells based on the sorted vector of vertices - Implement order for cells based on the lexicographic order of sorted vector of vertices - Implement equality for vertices based on the elements in the vector of coordinates - Implement order for vertices based on the lexicographic order of elements in the vector of coordinates - Test equality for facets, which is based on equality of cells and vertices - Test order for facets, which is based on order of cells and vertices Crate updates.
- Loading branch information
1 parent
530cd68
commit 0e16c16
Showing
5 changed files
with
57 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters