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. | |
| 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. | |
Static Public Member Functions | |
| static constexpr Dim3 | Inverse (Dim3 i) noexcept |
| The identity function for Dim3. | |
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.
|
inlineconstexprnoexcept |
The identity for int.