#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>
|
| namespace | walberla |
| | Storage for detected contacts which can be used to perform actions for all contacts, e.g.
|
| namespace | walberla::boundary |