Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- bilinear_
interp - Bilinear interpolation on a regular 2D grid.
- fdm_
gradient - Computes the first-order finite-difference gradient of
uwith spacingdx. - fdm_
laplacian - Computes the second-order finite-difference Laplacian of
uwith spacingdx. - thomas_
algorithm - Solves a tridiagonal system Ax = d using the Thomas algorithm.