-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move FML from Gusto to Firedrake * update docstring style * Add type hinting --------- Co-authored-by: tommbendall <[email protected]> Co-authored-by: David A. Ham <[email protected]>
- Loading branch information
1 parent
23fd903
commit 47687fc
Showing
11 changed files
with
2,022 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from firedrake.fml.form_manipulation_language import * # noqa | ||
from firedrake.fml.replacement import * # noqa |
Oops, something went wrong.