-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add support for nonlinear Operators in FEniCS bindings #819
Conversation
- ensure all __init__ args are available as attributes - account for complexifaction of FenicsVectorSpace
Is this a version mismatch issue? https://zivgitlab.uni-muenster.de/pymor/pymor/-/jobs/204214 |
CI builds should be restarted once https://dev.azure.com/pymor/docker-all/_build/results?buildId=1469 has completed. |
83d240c
to
577aba6
Compare
Codecov Report
|
57cd08b
to
f67a071
Compare
This adds
FenicsOperator
which can be used to wrap nonlinear UFL forms as pyMOROperators
.Fixes #752.