Boundary condition defined by a custom function depending on the last state and time #505
Answered
by
david-zwicker
Waschenbacher
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
david-zwicker
Dec 23, 2023
Replies: 1 comment 1 reply
-
I think you best bet would be to write your own PDE class, like in this example. This is not yet using numba compiled right-hand sides, but if your code is not really compilable by numba, this might be fine. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Waschenbacher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you best bet would be to write your own PDE class, like in this example. This is not yet using numba compiled right-hand sides, but if your code is not really compilable by numba, this might be fine.