Skip to content

Commit

Permalink
Bring across updates to FML in Gusto to the FML branch (#3055)
Browse files Browse the repository at this point in the history
* port FML changes from gusto

* update docstring style

* fix lint and docstring issues
  • Loading branch information
tommbendall authored Aug 11, 2023
1 parent 5c6d20c commit 0074ad8
Show file tree
Hide file tree
Showing 12 changed files with 428 additions and 227 deletions.
2 changes: 1 addition & 1 deletion firedrake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
from firedrake.checkpointing import *
from firedrake.constant import *
from firedrake.exceptions import *
from firedrake.fml import *
from firedrake.function import *
from firedrake.functionspace import *
from firedrake.interpolation import *
Expand Down Expand Up @@ -105,6 +104,7 @@
from firedrake.ensemble import *
from firedrake.randomfunctiongen import *
from firedrake.progress_bar import ProgressBar # noqa: F401
from firedrake.fml import *

from firedrake.logging import *
# Set default log level
Expand Down
4 changes: 2 additions & 2 deletions firedrake/fml/__init__.py
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
Loading

0 comments on commit 0074ad8

Please sign in to comment.