The discussion centers on finding resources for setting up Finite Element Analysis (FEA) in MATLAB. Several books are recommended, including one by John Anderson that provides a solid foundation in breaking down partial differential equations (PDEs) into algebraic problems, although it lacks raw code. Another suggested text is from 2000, which may be outdated but still relevant. A resource titled "FEA in MATLAB in 50 lines" is also mentioned as a concise guide. The user seeks to build an array for time-stepping calculations, incorporating initial and boundary conditions, and aims to visualize results based on changing parameters. The conversation emphasizes the importance of understanding numerical methods, with a suggestion to start with finite difference methods for those new to computational fluid dynamics (CFD). Overall, the focus is on practical coding assistance and resource recommendations for implementing FEA in MATLAB.