#include "BlockDataID.h"
#include "IBlockID.h"
#include "core/Abort.h"
#include "core/debug/demangle.h"
#include "core/NonCopyable.h"
#include "core/debug/Debug.h"
#include "core/math/AABB.h"
#include "core/uid/SUID.h"
#include <typeinfo>
#include <vector>
Classes | |
class | walberla::domain_decomposition::internal::BlockData |
wrapper class for any kind of block data (used only internally, never to be seen in the interface of public member functions) see: http://www.drdobbs.com/cpp/twisting-the-rtti-system-for-safe-dynami/229401004# More... | |
class | walberla::domain_decomposition::internal::BlockData::DataBase |
class | walberla::domain_decomposition::internal::BlockData::Data< T > |
class | walberla::domain_decomposition::IBlock |
Base class for blocks (blocks are used to partition the simulation space: blocks are rectangular parts of the simulation space that manage all the data that is assigned to their part of the simulation space) More... | |
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::domain_decomposition | |
walberla::domain_decomposition::internal | |