dedalus.tests.test_fourier_operators

Test Fourier convert, differentiate, interpolate, integrate, average.

Module Contents

N_range = [10]
bounds_range = [(0.5, 1.666)]
dealias_range = [1]
dtype_range
build_fourier(N, bounds, dealias, dtype)
test_fourier_convert_constant(N, bounds, dealias, dtype, layout)

Test conversion from constant to Fourier basis.

test_fourier_differentiate(N, bounds, dealias, dtype)

Test differentiation in Fourier basis.

test_fourier_interpolate(N, bounds, dealias, dtype)

Test interpolation in Fourier basis.

test_fourier_integrate(N, bounds, dealias, dtype)

Test integration in Fourier basis.

test_fourier_average(N, bounds, dealias, dtype)

Test averaging in Fourier basis.