Numerical Methods for Partial Differential Equations
This project investigated the convergence, accuracy, and computational performance of finite element solutions to time-dependent partial differential equations (PDEs) under different time-integration schemes. The objective was to evaluate how various temporal discretization methods perform when coupled with the Finite Element Method (FEM) for spatial discretization.
The study focused on three widely used time-stepping approaches: Exponential Time Differencing (ETD), Implicit Backward Euler, and Implicit–Explicit (IMEX) schemes. Through theoretical analysis and computational experiments, the numerical performance of each method was assessed in terms of convergence, stability, and accuracy.
Results from benchmark test problems demonstrated that the ETD scheme achieved superior convergence and accuracy while maintaining computational efficiency compared to both the IMEX and Backward Euler methods. These findings provide insight into the selection of effective numerical solvers for time-dependent PDEs arising in scientific and engineering applications.
This work contributes to the development of robust finite element frameworks for the accurate simulation of complex dynamical systems.