-
Notifications
You must be signed in to change notification settings - Fork 5
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
update to current firedrake #20
Conversation
Hey Jaroslav! Thanks a lot for updating the code. The CI doesn't work for some reason, I'll take a look at this and I'll review the changes later today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks a lot for keeping the project up-to-date!
v[:]=0.63 + 0.2*(0.5-rng.random(v.size)) | ||
|
||
|
||
pc = "lu" #"fieldsplit" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is fieldsplit preconditioner not working anymore?
from pyop2 import op2 | ||
import numpy as np |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to pyop2
?
make firedrake-ts usable with current firedrake
_TSContext
as subclass of_SNESContext
to reduce some code duplications