Skip to content

Commit 5c6d20c

Browse files
committed
Move FML from Gusto to Firedrake
1 parent 3fb16ad commit 5c6d20c

File tree

10 files changed

+1665
-0
lines changed

10 files changed

+1665
-0
lines changed

firedrake/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
from firedrake.checkpointing import *
7575
from firedrake.constant import *
7676
from firedrake.exceptions import *
77+
from firedrake.fml import *
7778
from firedrake.function import *
7879
from firedrake.functionspace import *
7980
from firedrake.interpolation import *

firedrake/fml/__init__.py

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

0 commit comments

Comments
 (0)