Replies: 1 comment 2 replies
-
I'm afraid this is not really possible with |
Beta Was this translation helpful? Give feedback.
2 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.
-
Is there a reasonably straight-forward way to access the differential operator? My end goal is to look at the eigenvalues. To clarify further, for the semi-discrete system, with operator$A$ :
which in an explicit finite difference time step scheme gives, for time step$i$ :
I am hoping to find a way to access$L^{i}$ , ideally for all $i$ , but this may be a little too in-the-weeds. As an example, this approach for 1D advection would give $L^{i}$ (constant for all $i$ as the operator is linear) such that all its eigenvalues are strictly imaginary. Similarly, 1D diffusion would give negative real eigenvalues. For more explanation, see this set of notes, although disregarding the spectra for the time steppers.
For reference, here is the code setup that I hope to modify. I also want to do this for another application (see #355 ) with a similar structure (just changing the
StringPDE
class). As long as this structure stays similar, performance is not a concern.Beta Was this translation helpful? Give feedback.
All reactions