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 and JDBetteridge committed Oct 9, 2023
1 parent 92c0fa8 commit 8dfdf33
Show file tree
Hide file tree
Showing 11 changed files with 420 additions and 223 deletions.
2 changes: 1 addition & 1 deletion firedrake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
from firedrake.cofunction 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 @@ -106,6 +105,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 8dfdf33

Please sign in to comment.