Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FML #3041

Merged
merged 12 commits into from
Oct 25, 2023
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
Loading