waLBerla 7.2
|
#include "blockforest/Block.h"
#include "blockforest/BlockID.h"
#include "blockforest/StructuredBlockForest.h"
#include "core/DataTypes.h"
#include "core/cell/CellInterval.h"
#include "core/debug/CheckFunctions.h"
#include "core/debug/Debug.h"
#include "core/logging/Logging.h"
#include "core/math/AABBFwd.h"
#include "core/math/Vector3.h"
#include "core/mpi/MPIWrapper.h"
#include "core/mpi/MPIManager.h"
#include "domain_decomposition/BlockDataID.h"
#include "domain_decomposition/IBlock.h"
#include "domain_decomposition/IBlockID.h"
#include "domain_decomposition/MapPointToPeriodicDomain.h"
#include <array>
#include <cstdlib>
#include <iterator>
#include <map>
#include <memory>
#include <tuple>
#include <vector>
Classes | |
class | walberla::boundary::ShiftedPeriodicityBase< Derived_T, Field_T > |
A periodicity boundary condition that adds a user-defined spatial shift to the field when applied. More... | |
struct | walberla::boundary::ShiftedPeriodicityBase< Derived_T, Field_T >::second_t< tPair > |
class | walberla::boundary::ShiftedPeriodicity< GhostLayerField_T > |
A periodicity boundary condition that adds a user-defined spatial shift to the field when applied. More... | |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::boundary |