Skip to main content

Module functions

Module functions 

Source
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 u with spacing dx.
fdm_laplacian
Computes the second-order finite-difference Laplacian of u with spacing dx.
thomas_algorithm
Solves a tridiagonal system Ax = d using the Thomas algorithm.