![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
#include <KokkosKernels_ArithTraits.hpp>#include <Kokkos_Core.hpp>#include <cstdint>#include <iomanip>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | PACMAN |
| namespace | PACMAN::fp_consts |
Typedefs | |
| typedef double | PACMAN::fp_t |
| typedef double | PACMAN::coordinates_t |
| typedef int32_t | PACMAN::int_t |
| typedef int32_t | PACMAN::shortint_t |
| typedef uint32_t | PACMAN::index_t |
| typedef int32_t | PACMAN::offset_t |
| typedef int32_t | PACMAN::method_t |
| typedef int32_t | PACMAN::cell_t |
| typedef int32_t | PACMAN::status_t |
| typedef int32_t | PACMAN::geosupport_t |
Functions | |
| KOKKOS_INLINE_FUNCTION fp_t | PACMAN::fp_consts::min (void) |
| KOKKOS_INLINE_FUNCTION fp_t | PACMAN::fp_consts::max (void) |
| KOKKOS_INLINE_FUNCTION consteval fp_t | PACMAN::fp_consts::zero (void) |
| KOKKOS_INLINE_FUNCTION consteval fp_t | PACMAN::fp_consts::one (void) |
| KOKKOS_INLINE_FUNCTION consteval fp_t | PACMAN::fp_consts::epsilon (void) |
| auto | PACMAN::fp_consts::set_precision (void) |
Variables | |
| constexpr unsigned int | PACMAN::fp_consts::precision = std::numeric_limits<fp_t>::max_digits10 |