#include <AMReX_Config.H>
#include <AMReX_EB2_IF_Base.H>
#include <AMReX_Array.H>
#include <type_traits>
#include <cmath>
Go to the source code of this file.
Classes | |
class | amrex::EB2::RotationIF< F > |
struct | amrex::EB2::IsGPUable< RotationIF< F >, std::enable_if_t< IsGPUable< F >::value > > |
Namespaces | |
amrex | |
amrex::EB2 | |
Functions | |
template<class F > | |
constexpr RotationIF< std::decay_t< F > > | amrex::EB2::rotate (F &&f, const Real angle, const int dir) |