Skip to content

Commit

Permalink
FML (#3041)
Browse files Browse the repository at this point in the history
* Move FML from Gusto to Firedrake
* update docstring style
* Add type hinting


---------

Co-authored-by: tommbendall <[email protected]>
Co-authored-by: David A. Ham <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2023
1 parent 23fd903 commit 47687fc
Show file tree
Hide file tree
Showing 11 changed files with 2,022 additions and 0 deletions.
1 change: 1 addition & 0 deletions firedrake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,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
2 changes: 2 additions & 0 deletions firedrake/fml/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from firedrake.fml.form_manipulation_language import * # noqa
from firedrake.fml.replacement import * # noqa
Loading

0 comments on commit 47687fc

Please sign in to comment.