Skip to content

Commit 0074ad8

Browse files
authored
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
1 parent 5c6d20c commit 0074ad8

12 files changed

+428
-227
lines changed

firedrake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
from firedrake.checkpointing import *
7575
from firedrake.constant import *
7676
from firedrake.exceptions import *
77-
from firedrake.fml import *
7877
from firedrake.function import *
7978
from firedrake.functionspace import *
8079
from firedrake.interpolation import *
@@ -105,6 +104,7 @@
105104
from firedrake.ensemble import *
106105
from firedrake.randomfunctiongen import *
107106
from firedrake.progress_bar import ProgressBar # noqa: F401
107+
from firedrake.fml import *
108108

109109
from firedrake.logging import *
110110
# Set default log level

firedrake/fml/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from gusto.fml.form_manipulation_language import * # noqa
2-
from gusto.fml.replacement import * # noqa
1+
from firedrake.fml.form_manipulation_language import * # noqa
2+
from firedrake.fml.replacement import * # noqa

0 commit comments

Comments
 (0)