dedalus.tests.special_functions.airy

Compute Airy functions by solving the Airy equation:

f_xx - (A + Bx) f = 0 f(-1) = C f(+1) = D

Module Contents

default_params
dedalus_domain(N)

Construct Dedalus domain for solving the Airy equation.

dedalus_solution(A, B, C, D, N)

Use Dedalus to solve the Airy equation.

exact_solution(A, B, C, D, N)

Use scipy to construct exact solution to the Airy equation.

test_airy(params=default_params)

Compare Dedalus and exact results.