Module funspace::traits[][src]

Expand description

Collection of usefull traits for function spaces

Enums

Define which number format the arrays have before and after a transform (Type in phyical space and type in spectral space)

Traits

Some basic traits

Perform differentiation in spectral space

Perform differentiation in spectral space (Parallel)

Define transformation from and to orthogonal space.

Define transformation from and to orthogonal space. (Parallel version which uses ndarrays par_for_each iterator)

Define (Pseudo-) Inverse of Laplacian

Transform from physical to spectral space and vice versa.

Transform from physical to spectral space and vice versa. Parallel version of Transform, using Rayon,