#include <AMReX_Config.H>
#include <AMReX_BaseFab.H>
#include <AMReX_TypeTraits.H>
Go to the source code of this file.
|
| template<class Tto , class Tfrom > |
| __host__ __device__ void | amrex::cast (BaseFab< Tto > &tofab, BaseFab< Tfrom > const &fromfab, Box const &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept |
| |
| template<typename STRUCT , typename F , std::enable_if_t<(sizeof(STRUCT)<=36 *8) &&std::is_trivially_copyable_v< STRUCT > &&std::is_trivially_destructible_v< STRUCT >, int > FOO = 0> |
| void | amrex::fill (BaseFab< STRUCT > &aos_fab, F const &f) |
| |
| template<typename T > |
| void | amrex::transposeCtoF (T const *pi, T *po, int nx, int ny, int nz) |
| |
| template<typename T > |
| void | amrex::transposeCtoF (T const *pi, T *po, int nx, int ny) |
| |