We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. Do you currently have support for the heat equation with non-constant coefficients?
or, alternatively,
where u(x,t) is the solution and k(x) is the variable coefficient.
Thank you for considering this question.
The text was updated successfully, but these errors were encountered:
I believe that works fine
Sorry, something went wrong.
Great. Could you please give me some hints (to an example?), to show how this is possible? Thanks!
Pretty straight forward if you look at
https://github.com/JuliaApproximation/ApproxFunExamples/blob/master/PDEs/Rectangle%20PDEs.ipynb
Check out for example the convection example. Using an operator like Dt-Dx*(k*Dx) should work
Dt-Dx*(k*Dx)
No branches or pull requests
Hello.
Do you currently have support for the heat equation with non-constant coefficients?
or, alternatively,
where u(x,t) is the solution and k(x) is the variable coefficient.
Thank you for considering this question.
The text was updated successfully, but these errors were encountered: