GhostLayerField that stores flags.
- Author
- Martin Bauer marti.nosp@m.n.ba.nosp@m.uer@f.nosp@m.au.d.nosp@m.e
|
| template<typename T, typename FieldPtrOrIterator> |
| void | walberla::addMask (const FieldPtrOrIterator &it, T mask) |
| template<class T, typename FieldPtrOrIterator> |
| void | walberla::removeMask (const FieldPtrOrIterator &it, T mask) |
| template<class T, typename FieldPtrOrIterator> |
| bool | walberla::isMaskSet (const FieldPtrOrIterator &it, T mask) |
| template<class T, typename FieldPtrOrIterator> |
| bool | walberla::isPartOfMaskSet (const FieldPtrOrIterator &it, T mask) |
| template<typename T, typename FieldPtrOrIterator> |
| void | walberla::addFlag (const FieldPtrOrIterator &it, T flag) |
| template<class T, typename FieldPtrOrIterator> |
| void | walberla::removeFlag (const FieldPtrOrIterator &it, T flag) |
| template<class T, typename FieldPtrOrIterator> |
| bool | walberla::isFlagSet (const FieldPtrOrIterator &it, T flag) |
| template<class Sten, typename FieldPtrOrIterator> |
| bool | walberla::isFlagInNeighborhood (const FieldPtrOrIterator &it, typename FieldPtrOrIterator::value_type mask) |
| | Ores the neighborhood of the specified stencil and checks whether the bits of mask are set.
|
| template<class Sten, typename FieldPtrOrIterator> |
| std::remove_const_t< typename FieldPtrOrIterator::value_type > | walberla::getOredNeighborhood (const FieldPtrOrIterator &it) |
| | Ores the neighborhood of the specified stencil and returns mask.
|