beginnerSC
-
PdeSolver
by: beginnerSC- 113 total downloads
- last updated 4/13/2026
- Latest version: 1.0.0
A 1D finite difference PDE solver using the Crank-Nicolson method. Solves parabolic PDEs of the form u_t = a(t,x)u_xx + b(t,x)u_x + c(t,x)u + f(t,x).