allen_cahn_pde_test MATLAB/Octave version 6.4.0 Solve the Allen-Cahn equation using the method of lines and various ODE solvers. 14-May-2025 08:12:02 allen_cahn_pde_euler_test MATLAB/Octave version 6.4.0 Use the Euler method to solve the Allen-Cahn 1D reaction-diffusion PDE. Interface thickness xi = 0.015 Diffusion coefficient nu = 1 Use 101 nodes, with dx=0.02 in space interval [0,2] Use 1501 nodes, with dt=0.0001 in time interval [0,0.15] Graphics saved as "allen_cahn_euler.png" allen_cahn_euler_test Normal end of execution. 14-May-2025 08:13:03 14-May-2025 08:13:03 allen_cahn_ode45 MATLAB/Octave version 6.4.0 Use ode45() to solve the Allen-Cahn 1D reaction-diffusion PDE. Interface thickness xi = 0.015 Diffusion coefficient nu = 1 Use 101 nodes, with dx=0.02 in space interval [0,2] Use 61 nodes, with dt=0.0025 in time interval [0,0.15] Graphics saved as "allen_cahn_ode45.png" allen_cahn_ode45 Normal end of execution. 14-May-2025 08:13:13 allen_cahn_pde_test Normal end of execution.