pyccel.calculus package

Submodules

pyccel.calculus.finite_differences module

pyccel.calculus.finite_differences.compute_stencil_uniform(order, n, x_value, h_value, x0=0.0)[source]

computes a stencil of Order order

order: int
derivative order
n: int
number of points - 1
x_value: float
value of the grid point
h_value: float
mesh size
x0: float
real number around which we compute the Taylor expansion.

Module contents