SummationByParts/utils
Magnus Ulimoen e25ee9c74a Prefer clone_from over assign 2021-07-15 17:25:30 +02:00
..
constmatrix Neon supports fma 2021-04-18 23:20:08 +02:00
fast-float Move FastFloat to separate crate (archival) 2021-03-23 19:36:44 +01:00
float Move FastFloat to separate crate (archival) 2021-03-23 19:36:44 +01:00
integrate Prefer clone_from over assign 2021-07-15 17:25:30 +02:00
README.md Add documentation for utilities 2021-03-23 19:37:27 +01:00

README.md

Utilities

Integrate

The Integrable trait, Butcher Tableaus, and functions to integrate explicit partial differential equations. Embedded integration is additionally available, which allows for adaptive time-steps,although selection of timesteps is left to the users.

Constmatrix

A constant-size matrix which supports matrix-multiplication.

Float

The basic building-block for selection of the float type. f32 can be selected for applications requiring lower precision, such as direct visualisation in graphics.

Fast-Float

A wrapper-type around the unsafe float intrinsics