#include <AMReX_Config.H>
#include <AMReX_algoim.H>
#include <AMReX_Array.H>
#include <limits>
#include <cfloat>
Go to the source code of this file.
|
| template<class T > |
| __host__ __device__ void | amrex::algoim::detail::swap (T &a, T &b) noexcept |
| |
| template<bool S> |
| __host__ __device__ void | amrex::algoim::detail::determineSigns (bool positiveAbove, int sign, int &bottomSign, int &topSign) noexcept |
| |
| __host__ __device__ QuadratureRule | amrex::algoim::quadGen (EBPlane const &phi) noexcept |
| |
| __host__ __device__ QuadratureRule | amrex::algoim::quadGenSurf (EBPlane const &phi) noexcept |
| |
| __host__ __device__ void | amrex::algoim::set_regular (int i, int j, int k, Array4< Real > const &intg) noexcept |
| |
| __host__ __device__ void | amrex::algoim::set_regular_surface (int i, int j, int k, Array4< Real > const &sintg) noexcept |
| |