-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove a lots of finiteelement stuff * __all_classes__ * remove mixedelement * remove use of deleted elements * remove print * working on element interface * working on new elements * Add broken demos * make (almost) all tests pass * Move demos out of broken folder, fix a few tests * Hermite is H1 * flake8 * symmetric elements * subelements in splitting test * fix another test * MixedElasticity demo * fix final test * rename FiniteElementBase -> AbstractFiniteElement * doc * Template structure for pullback * working on pull back * fixes * skip flake8 on pull_back for now * flake and pydocstyle * update tests * basix branch * flake8 * start making ffc tests pass * fix imports * flake * isort * make test pass * ffc branch * as_domain in measure (if domain is not None) * corrections * dolfinx branch * Add some types * no product needed * sub_rsh * () * flattened... not property * documentation * remove component functions * flake, remove unused function * remove _is_linear * put function back * remove is_cellwise_constant * remove is_globally_constant * remove sorting of elements by hash * improve doc * working on new pull back classes * update pull backs in demos and tests * flake8 * add mixed pull back * symmetric pull back * flake * flake8 * a -> A * Get (physical) value shape from the pull back * tidy up element classes * flake * add embedded super- and sub-degrees * Add Legacy elements (for TSFC support) * flake * tsfc branch * don't look up components for scalar-valued elements * sub_elements() -> sub_elements * sobolev_space() -> sobolev_space * is_identity rather than checking type * abstractproperty * docs * use is_identity * doc * simplify pullback code * tweak docstrings * clarify * property and custom pullback * () * Use IdentityPullBack if mixed elements sub elements all use it * Docstring * fixes in legacy * l -> L * physical pull back * @Property in legacy * fixing legacy elements * fix symmetry ordering * generalise symmetric pull back to sub-elements with a value size * update AUTHORS * fdlake * fix when element may not be fully initialised * set self._sub_elements before they're needed * update index order in legacy * Rename pull_back -> pullback and improve docs * rename pullback in tests * fix embedded degrees * flake * pullback rename in demos * replace degree() with embedded_superdegree * embedded degrees in hdivcurl * fix more embedded degrees * correct blockshape * max not sum * Revert "max not sum" This reverts commit 145fbb4. * only for testing * set branches to main
- Loading branch information
Showing
187 changed files
with
3,094 additions
and
2,883 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
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 |
---|---|---|
|
@@ -31,3 +31,4 @@ Contributors: | |
| Nacime Bouziani <[email protected]> | ||
| Reuben W. Hill <[email protected]> | ||
| Nacime Bouziani <[email protected]> | ||
| Matthew Scroggs <[email protected]> |
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
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
This file was deleted.
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
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
Oops, something went wrong.