forked from FEniCS/dolfinx
-
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.
Remove cell number inputs from permutation information (FEniCS#800)
* rename orientation -> entity_local_index in test * Use full arrays, not rows or elements * gitignore the tempdirs made by the tests * update documentation * Resize array for 1d elements * Added wrappers to reflection and rotation information * consts * Use types, not autos * More types * Added RowMajor everywhere * More RowMajors * clangformat * RowMajors in Topology.h * Use ColumnMajor (default) * Use col not row Co-authored-by: Garth N. Wells <gnw20@cam.ac.uk>
- Loading branch information
1 parent
6bc3ce2
commit 3232b87
Showing
12 changed files
with
301 additions
and
201 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,3 +127,4 @@ dist/ | |
*.egg-info | ||
.pytest_cache | ||
.*.swp | ||
*_tempdir_* |
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
Oops, something went wrong.