#include "Box.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"


Go to the source code of this file.
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) |
References CH_assert, CH_SPACEDIM, and IntVect::Zero.
Referenced by FortranArrayIndex(), and IndicesTransformation::transform().
References FortranArrayIndex(), Box::size(), and Box::smallEnd().
References CH_SPACEDIM.
| bool isPermutationVect | ( | const IntVect & | a_permutation | ) |
| bool isSignVect | ( | const IntVect & | a_sign | ) |
| bool inDimensionRange | ( | int | a_ind | ) | [inline] |
References CH_SPACEDIM.
1.5.5