This class acts as a default no-op operator. More...
#include <AMReX_NonLocalBC.H>
Public Member Functions | |
constexpr Dim3 | operator() (Dim3 i) const noexcept |
The identity function for Dim3. More... | |
template<typename T > | |
constexpr T | operator() (Array4< const T > array, Dim3 i, int comp=0) const noexcept(noexcept(array(i.x, i.y, i.z, comp))) |
constexpr int | operator() (int i) const noexcept |
The identity for int. More... | |
Static Public Member Functions | |
static constexpr Dim3 | Inverse (Dim3 i) noexcept |
The identity function for Dim3. More... | |
This class acts as a default no-op operator.
This class satisfies IndexMapping and FabProjection.
The identity function for Dim3.
|
inlineconstexprnoexcept |
The identity function for Dim3.
The identity for int.