This is a numerical implementation of the Fourier Spectral Method, for the solution of multicomponent non-conserved Allen–Cahn equations in phase-field modeling.
This contains a serial and parallel code fft_ca_v1_serial.f90 and fft_ca_v1_parallel.f90 for running the same. MPI is used to parallelize the serial code.