package
0.0.0-20240913120853-ab6a133b82ab
Repository: https://github.com/mathieumoalic/amumax.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Cut-out a piece between given bounds (incl, excl).
Downsample returns a slice of new size N, smaller than in.Size().
Internal: enables slices on GPU.
No description provided by the author
NewMesh creates a new mesh.
Make a CPU Slice with nComp components of size length.
Return a slice without underlying storage.
Resample returns a slice of new size N, using nearest neighbor interpolation over the input slice.
Returns the 3D size of block.
No description provided by the author
Internal: construct a Slice using bare memory pointers.

# Constants

value for Slice.memType.
value for Slice.memType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Mesh stores info of a finite-difference mesh.
Holds meta data to be saved together with a slice.
Slice is like a [][]float32, but may be stored in GPU or host memory.

# Type aliases

3-component vector.