Open ignace-computing opened 3 years ago
I believe that works fine
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
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.