pub struct Space1<B> {
    pub base0: B,
}
Expand description

Create one-dimensional space

Fields

base0: B

Implementations

Create a new space

Trait Implementations

Number type in physical space (float or complex)

Number type in spectral space (float or complex)

Shape of physical space

Shape of spectral space

Return array where size and type matches physical field

Return array where size and type matches spectral field

Laplacian Read more

Pseudoinverse matrix of Laplacian Read more

Pseudoidentity matrix of laplacian Read more

Mass matrix Read more

Array of coordinates

Coordinates of grid points (in physical space) Read more

Return base key

Transformation from composite and to orthonormal space. Read more

Transformation from composite and to orthonormal space (inplace). Read more

Transformation from orthonormal and to composite space. Read more

Transformation from orthonormal and to composite space (inplace). Read more

Transformation from composite and to orthonormal space. Read more

Transformation from composite and to orthonormal space (inplace). Read more

Transformation from orthonormal and to composite space. Read more

Transformation from orthonormal and to composite space (inplace). Read more

Take gradient. Optional: Rescale result by a constant. Read more

Take gradient. Optional: Rescale result by a constant. (Parallel) Read more

Transform physical -> spectral space Read more

Transform physical -> spectral space (inplace) Read more

Transform spectral -> physical space Read more

Transform spectral -> physical space (inplace) Read more

Transform physical -> spectral space Read more

Transform physical -> spectral space (inplace) Read more

Transform spectral -> physical space Read more

Transform spectral -> physical space (inplace) Read more

Number type in physical space (float or complex)

Number type in spectral space (float or complex)

Shape of physical space

Shape of spectral space

Return array where size and type matches physical field

Return array where size and type matches spectral field

Laplacian Read more

Pseudoinverse matrix of Laplacian Read more

Pseudoidentity matrix of laplacian Read more

Mass matrix Read more

Array of coordinates

Coordinates of grid points (in physical space) Read more

Return base key

Transformation from composite and to orthonormal space. Read more

Transformation from composite and to orthonormal space (inplace). Read more

Transformation from orthonormal and to composite space. Read more

Transformation from orthonormal and to composite space (inplace). Read more

Transformation from composite and to orthonormal space. Read more

Transformation from composite and to orthonormal space (inplace). Read more

Transformation from orthonormal and to composite space. Read more

Transformation from orthonormal and to composite space (inplace). Read more

Take gradient. Optional: Rescale result by a constant. Read more

Take gradient. Optional: Rescale result by a constant. (Parallel) Read more

Transform physical -> spectral space Read more

Transform physical -> spectral space (inplace) Read more

Transform spectral -> physical space Read more

Transform spectral -> physical space (inplace) Read more

Transform physical -> spectral space Read more

Transform physical -> spectral space (inplace) Read more

Transform spectral -> physical space Read more

Transform spectral -> physical space (inplace) Read more

Number type in physical space (float or complex)

Number type in spectral space (float or complex)

Shape of physical space

Shape of spectral space

Return array where size and type matches physical field

Return array where size and type matches spectral field

Laplacian Read more

Pseudoinverse matrix of Laplacian Read more

Pseudoidentity matrix of laplacian Read more

Mass matrix Read more

Array of coordinates

Coordinates of grid points (in physical space) Read more

Return base key

Transformation from composite and to orthonormal space. Read more

Transformation from composite and to orthonormal space (inplace). Read more

Transformation from orthonormal and to composite space. Read more

Transformation from orthonormal and to composite space (inplace). Read more

Transformation from composite and to orthonormal space. Read more

Transformation from composite and to orthonormal space (inplace). Read more

Transformation from orthonormal and to composite space. Read more

Transformation from orthonormal and to composite space (inplace). Read more

Take gradient. Optional: Rescale result by a constant. Read more

Take gradient. Optional: Rescale result by a constant. (Parallel) Read more

Transform physical -> spectral space Read more

Transform physical -> spectral space (inplace) Read more

Transform spectral -> physical space Read more

Transform spectral -> physical space (inplace) Read more

Transform physical -> spectral space Read more

Transform physical -> spectral space (inplace) Read more

Transform spectral -> physical space Read more

Transform spectral -> physical space (inplace) Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.