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