![]() |
Block-Structured AMR Software Framework
|
Go to the source code of this file.
Namespaces | |
| namespace | amrex |
Functions | |
| template<typename T , typename U > | |
| __host__ __device__ void | amrex::compensatedAdd (T &sum, T &compensation, U value) noexcept |
| Add a value to a running sum with Kahan compensation. | |