Chombo + EB
3.2
|
Go to the source code of this file.
Macros | |
#define | _INDICESFUNCTIONS_H_ |
Functions | |
size_t | FortranArrayIndex (IntVect a_iv, IntVect a_dims) |
size_t | FortranArrayIndex (IntVect a_iv, Box a_bx) |
IntVect | FortranArrayIndex (size_t a_ind, IntVect a_dims) |
IntVect | inversePermutation (const IntVect &a_permutation) |
bool | isPermutationVect (const IntVect &a_permutation) |
bool | isSignVect (const IntVect &a_sign) |
bool | inDimensionRange (int a_ind) |
#define _INDICESFUNCTIONS_H_ |
References CH_assert, CH_SPACEDIM, and IntVect::Zero.
Referenced by FortranArrayIndex(), and IndicesTransformation::transform().
References FortranArrayIndex(), Box::size(), and Box::smallEnd().
References CH_SPACEDIM, inversePermutation(), isPermutationVect(), and isSignVect().
Referenced by FortranArrayIndex().
bool isPermutationVect | ( | const IntVect & | a_permutation | ) |
Referenced by FortranArrayIndex().
bool isSignVect | ( | const IntVect & | a_sign | ) |
Referenced by FortranArrayIndex().
|
inline |
References CH_SPACEDIM.