07-Jan-2022 15:16:32 allen_cahn_pde_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Solve the Allen-Cahn PDE. Parameter values: nu = 1 xi = 0.015 t0 = 0 tstop = 1 xmin = 0 xmax = 2 allen_cahn_pde_euler(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Use Euler to solve the Allen-Cahn PDE. Use 101 nodes, with dx=0.02 in space interval [0,2] Use 10001 nodes, with dt=0.0001 in time interval [0,1] Graphics saved as "allen_cahn_euler.png" allen_cahn_euler_test(): Normal end of execution. allen_cahn_ode45() MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Use ode45() to solve the Allen-Cahn PDE. Use 101 nodes, with dx=0.02 in space interval [0,2] Use time interval [0,1] Number of adaptive time steps = 17413 Graphics saved as "allen_cahn_ode45.png" allen_cahn_ode45(): Normal end of execution. allen_cahn_pde_test(): Normal end of execution. 07-Jan-2022 15:21:00