Chombo + EB
3.2
|
This is the complete list of members for IndicesTransformation, including all inherited members.
coarsen(int a_refRatio) const | IndicesTransformation | |
compose(const IndicesTransformation &a_next) const | IndicesTransformation | |
define(const IntVect &a_permutation, const IntVect &a_sign, const IntVect &a_translation) | IndicesTransformation | |
defineFromFaces(const Box &a_srcBox, int a_srcDim, Side::LoHiSide a_srcSide, const Box &a_dstBox, int a_dstDim, Side::LoHiSide a_dstSide, const IntVect &a_sign=IntVect::Unit) | IndicesTransformation | |
defineFromPivot(const IntVect &a_pivotOld, const IntVect &a_pivotNew, const IntVect &a_permutation, const IntVect &a_sign) | IndicesTransformation | |
defineFromSwap(int a_ind1, int a_ind2) | IndicesTransformation | |
defineFromTranslation(const IntVect &a_translation) | IndicesTransformation | |
getPermutation() const | IndicesTransformation | inline |
getSign() const | IndicesTransformation | inline |
getTranslation() const | IndicesTransformation | inline |
Identity | IndicesTransformation | static |
IndicesTransformation() | IndicesTransformation | |
IndicesTransformation(const IntVect &a_permutation, const IntVect &a_sign, const IntVect &a_translation) | IndicesTransformation | |
InitStatics() | IndicesTransformation | static |
inverse() const | IndicesTransformation | |
isDefined() const | IndicesTransformation | |
m_permutation | IndicesTransformation | protected |
m_sign | IndicesTransformation | protected |
m_translation | IndicesTransformation | protected |
NoPermutation | IndicesTransformation | static |
operator!=(const IndicesTransformation &a_itOther) const | IndicesTransformation | |
operator<<(std::ostream &a_os, const IndicesTransformation &a_it) | IndicesTransformation | friend |
operator==(const IndicesTransformation &a_itOther) const | IndicesTransformation | |
refine(int a_refRatio) const | IndicesTransformation | |
transform(const IntVect &a_iv, bool a_forward=true) const | IndicesTransformation | |
transform(const Box &a_bx, bool a_forward=true) const | IndicesTransformation | |
transform(BaseFab< T > &a_dstFab, const BaseFab< T > &a_srcFab, const Box &a_srcBox, const Interval &a_dstIntvl, const Interval &a_srcIntvl, bool a_forward=true) const | IndicesTransformation | inline |
transformBack(const IntVect &a_ivNew) const | IndicesTransformation | |
transformBack(const Box &a_bxNew) const | IndicesTransformation | |
transformBack(BaseFab< T > &a_dstFab, const BaseFab< T > &a_srcFab, const Box &a_srcBox, const Interval &a_dstIntvl, const Interval &a_srcIntvl) const | IndicesTransformation | inline |
transformFwd(const IntVect &a_ivOld) const | IndicesTransformation | |
transformFwd(const Box &a_bxOld) const | IndicesTransformation | |
transformFwd(BaseFab< T > &a_dstFab, const BaseFab< T > &a_srcFab, const Box &a_srcBox, const Interval &a_dstIntvl, const Interval &a_srcIntvl) const | IndicesTransformation | inline |
transformMapped(const RealVect &a_pointOld, const RealVect &a_dxOld, const RealVect &a_dxNew) const | IndicesTransformation | |
transformNode(const IntVect &a_iv) const | IndicesTransformation | |
transformType(const IntVect &a_tp, bool a_forward=true) const | IndicesTransformation | |
transformVector(const IntVect &a_vec, bool a_forward=true) const | IndicesTransformation | |
transformVectorBack(const IntVect &a_vecNew) const | IndicesTransformation | |
transformVectorFwd(const IntVect &a_vecOld) const | IndicesTransformation | |
transformWithType(const IntVect &a_iv, const IntVect &a_tp, bool a_forward=true) const | IndicesTransformation | |
Undefined | IndicesTransformation | static |