-
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.
Bring across updates to FML in Gusto to the FML branch (#3055)
* port FML changes from gusto * update docstring style * fix lint and docstring issues
- Loading branch information
1 parent
5c6d20c
commit 0074ad8
Showing
12 changed files
with
428 additions
and
227 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from gusto.fml.form_manipulation_language import * # noqa | ||
from gusto.fml.replacement import * # noqa | ||
from firedrake.fml.form_manipulation_language import * # noqa | ||
from firedrake.fml.replacement import * # noqa |
Oops, something went wrong.