Enumerations | |
| enum | maskbits { HOLE =0, NUMMASK } |
Functions | |
| void | SetMask (const std::vector< size_t > &opIndices, int maskBits, int *inMask) |
| void | SetMask (const std::vector< size_t > &bufferSizes, const pcpp::IndexIntervalType &opInterval, int maskBits, int *inMask) |
| void | UnSetMask (const std::vector< size_t > &opIndices, int maskBits, int *inMask) |
| void | UnSetMask (const std::vector< size_t > &bufferSizes, const pcpp::IndexIntervalType &opInterval, int maskBits, int *inMask) |
| void SetMask | ( | const std::vector< size_t > & | opIndices, |
| int | maskBits, | ||
| int * | inMask | ||
| ) |
Definition at line 1847 of file Stencil.C.
Referenced by rhs< GridT, StateT, OperatorT >::SetDomainBCs(), SetMask(), and TestHoleDetection().
| void SetMask | ( | const std::vector< size_t > & | bufferSizes, |
| const pcpp::IndexIntervalType & | opInterval, | ||
| int | maskBits, | ||
| int * | inMask | ||
| ) |
Definition at line 1856 of file Stencil.C.
References bufferInterval, sizeextent::GetFlatIndices(), sizeextent::InitSimple(), and SetMask().
| void UnSetMask | ( | const std::vector< size_t > & | opIndices, |
| int | maskBits, | ||
| int * | inMask | ||
| ) |
Definition at line 1869 of file Stencil.C.
Referenced by UnSetMask().
| void UnSetMask | ( | const std::vector< size_t > & | bufferSizes, |
| const pcpp::IndexIntervalType & | opInterval, | ||
| int | maskBits, | ||
| int * | inMask | ||
| ) |
Definition at line 1879 of file Stencil.C.
References bufferInterval, sizeextent::GetFlatIndices(), sizeextent::InitSimple(), and UnSetMask().