allen_cahn_pde_test MATLAB/Octave version 4.2.2 Solve the Allen-Cahn equation using the method of lines and various ODE solvers. 10-Nov-2020 23:23:35 allen_cahn_pde_euler_test MATLAB/Octave version 4.2.2 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. 10-Nov-2020 23:24:33 10-Nov-2020 23:24:33 allen_cahn_ode45 MATLAB/Octave version 4.2.2 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. 10-Nov-2020 23:24:42 allen_cahn_pde_test Normal end of execution.