Discretizations
Discretization is the process of approximating a continuous mathematical model by a discrete one that can be solved with a computer. It replaces continuous variables, domains, and operators with a finite set of quantities, a mesh or grid, and approximate operators. The aim is to produce a solvable system whose solution converges to the original problem as the discretization becomes finer.
Discretizations introduce discretization error and require a balance between accuracy, stability, and computational cost. Key concepts
Finite difference methods approximate derivatives by difference quotients on a grid. They are simple and effective
Finite element methods formulate problems variationally and approximate the solution by piecewise basis functions over a
Finite volume methods preserve integral quantities and fluxes across control volumes, making them well suited for
Discretization quality is assessed via consistency, stability, and convergence. Refining the mesh or decreasing time steps