Module funspace::chebyshev[][src]

Expand description

Function spaces of type Chebyshev

Defined on the intervall $[-1, 1]$, the coefficients of the chebyshev polynomials are of real (float) type.

Chebyshev polynomials are for example usefull in problems with finite domains and walls, for example wall bounded flows in fluid mechanics.

See ortho::Chebyshev

Structs

Container for chebyshev space