KPZ equation with constant term #460
Answered
by
david-zwicker
ericdumonteil
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
david-zwicker
Sep 12, 2023
Replies: 1 comment
-
There are two simple solutions. You can either copy the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ericdumonteil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two simple solutions. You can either copy the
KPZInterfacePDE
class ofpy-pde
and simply change the respective terms. Alternatively, you can use thePDE
class; see the respective documentation. There is even an example of the simple KPZ equation that you can augment.