![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
Functions | |
| KOKKOS_INLINE_FUNCTION fp_t | min (void) |
| KOKKOS_INLINE_FUNCTION fp_t | max (void) |
| KOKKOS_INLINE_FUNCTION consteval fp_t | zero (void) |
| KOKKOS_INLINE_FUNCTION consteval fp_t | one (void) |
| KOKKOS_INLINE_FUNCTION consteval fp_t | epsilon (void) |
| auto | set_precision (void) |
Variables | |
| constexpr unsigned int | precision = std::numeric_limits<fp_t>::max_digits10 |
|
consteval |
Definition at line 98 of file types.hpp.
Referenced by PACMAN::RbfPum::SerialFillQ(), and PACMAN::RbfPum::SerialSVD().
| KOKKOS_INLINE_FUNCTION fp_t PACMAN::fp_consts::max | ( | void | ) |
Definition at line 89 of file types.hpp.
Referenced by PACMAN::FiniteElements::ComputeProjectionOn1DSkin(), PACMAN::FiniteElements::ComputeProjectionOn2DSkin(), and PACMAN::RbfPum::SerialDeactivateOneAxis().
| KOKKOS_INLINE_FUNCTION fp_t PACMAN::fp_consts::min | ( | void | ) |
|
consteval |
Definition at line 95 of file types.hpp.
Referenced by PACMAN::FiniteElements::ApplyNewton(), PACMAN::RbfPum::Distance(), PACMAN::RbfPum::WendlandC0::Eval(), PACMAN::RbfPum::WendlandC2::Eval(), PACMAN::RbfPum::WendlandC4::Eval(), PACMAN::RbfPum::WendlandC6::Eval(), PACMAN::RbfPum::WendlandC8::Eval(), PACMAN::RbfPum::SerialFillPoly(), PACMAN::RbfPum::SerialMulMatVec(), PACMAN::RbfPum::SerialSolveQR(), and PACMAN::RbfPum::SquaredDifference().
|
inline |
Definition at line 101 of file types.hpp.
References precision.
Referenced by ArborX::operator<<(), and PACMAN::RbfPum::PrintView().
|
consteval |
Definition at line 92 of file types.hpp.
Referenced by PACMAN::FiniteElements::ApplyNewton(), PACMAN::RbfPum::Distance(), PACMAN::RbfPum::WendlandC0::Eval(), PACMAN::RbfPum::WendlandC2::Eval(), PACMAN::RbfPum::WendlandC4::Eval(), PACMAN::RbfPum::WendlandC6::Eval(), PACMAN::RbfPum::WendlandC8::Eval(), PACMAN::RbfPum::SerialFillQ(), PACMAN::RbfPum::SerialMulMatVec(), PACMAN::RbfPum::SquaredDifference(), and PACMAN::RbfPum::SquaredDifferenceNoCheck().
|
constexpr |
Definition at line 100 of file types.hpp.
Referenced by set_precision().