Replies: 2 comments 6 replies
-
You can simply specify However, it might also be a good idea to increase the spatial discretization to accelerate the procedure. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am trying to follow the example to have more control over the implicit solver, but the link seems not to be available when I click it. Kindly see below |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi, I am trying to solve simple 1D Heat Equation, but I want the length of the rod to be around 1 micrometer and the total spatial grid points to be around 25. Under this condition, it is forces dt to be extremely small under explicit method, and diffusionPDE seems to use that method.
I noticed there is Implicit Solver in the modules. Based on that, how would I solve PDE using implicit method?
Beta Was this translation helpful? Give feedback.
All reactions