waLBerla 7.2
|
Combines the flags of all neighboring cells using bitwise OR.
#include "core/debug/Debug.h"
#include "core/timing/TimingPool.h"
#include "field/FlagField.h"
#include <type_traits>
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::free_surface |
Functions | |
template<typename Stencil_T , typename FlagField_T > | |
void | walberla::free_surface::getOredNeighborhood (const FlagField_T *flagField, FlagField_T *neighborhoodFlagField) |