Using ExternalOperator to Use Scipy Tools On Firedrake Matrix #3708
Unanswered
maggiemcc02
asked this question in
Firedrake support
Replies: 1 comment
-
If you have an assembled Firedrake |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I define a matrix of functions (DG0) in my code but I then want to compute the square root of that matrix using
scipy.linalg.sqrtm
using anExternalOperator
. I am having trouble constructing an array I can give to scipy. Below is a general outline for the code. Any advice is appreciated!I apologize if this is a stupid question - I am still new-ish to Firedrake!
Beta Was this translation helpful? Give feedback.
All reactions