#include "Boundary.h"
#include "BoundaryHandling.h"
#include "core/DataTypes.h"
#include "core/cell/CellInterval.h"
#include "core/debug/Debug.h"
#include "core/logging/Logging.h"
#include "core/uid/UID.h"
#include "core/uid/UIDGenerators.h"
#include "domain_decomposition/IBlock.h"
#include "field/FlagField.h"
#include <tuple>
#include <ostream>
#include <string>
#include <type_traits>
#include <vector>
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::boundary | |
Typedefs | |
using | walberla::boundary::BoundaryHandlingCollectionUID = UID< BHCUIDGenerator > |
Functions | |
template<typename FlagField_T , typename... Handlers> | |
std::ostream & | walberla::operator<< (std::ostream &os, const BoundaryHandlingCollection< FlagField_T, Handlers... > &bhc) |