-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement arbitrary degree Lagrange elements (#116)
* Fix #111 * rlst * clippy * rename CiarletElement -> OldCiarletElement * OldCiarletElement * start implementing arbitrary degree elements * implement tabulte with Legendre basis * Eq, cargo fmt * working on arbitrary degree elements * Fix arbitrary degree Lagrange elements * remove printing code * clippy * replace bool with Continuity * clippy * update create_element * working on RT element * finish Raviart Thomas degree 1 element * delete OldCiarletElement * clippy * clippy * clippy * Tidying * comment out unused fields (to be uncommented when implementing interpolation)
- Loading branch information
Showing
17 changed files
with
744 additions
and
505 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
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.