waLBerla 7.2
|
Default LBM Boundary Handling.
#include "Boundary.h"
#include "core/Abort.h"
#include "core/DataTypes.h"
#include "core/cell/CellInterval.h"
#include "core/cell/CellSet.h"
#include "core/cell/CellVector.h"
#include "core/config/Config.h"
#include "core/debug/Debug.h"
#include "core/uid/UID.h"
#include "core/uid/UIDGenerators.h"
#include "domain_decomposition/IBlock.h"
#include "field/FlagField.h"
#include "stencil/Directions.h"
#include <tuple>
#include <ostream>
#include <string>
#include <type_traits>
#include <vector>
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::boundary |
namespace | walberla::boundary::internal |
Typedefs | |
using | walberla::boundary::BoundaryHandlingUID = UID<BHUIDGenerator> |
Functions | |
template<typename FlagField_T , typename Stencil , typename... Boundaries> | |
std::ostream & | walberla::operator<< (std::ostream &os, const BoundaryHandling< FlagField_T, Stencil, Boundaries... > &boundaryHandling) |