|
waLBerla 7.2
|
#include "core/DataTypes.h"#include "core/math/AABB.h"#include "core/math/Vector3.h"#include <array>Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::domain_decomposition |
Functions | |
| real_t | walberla::domain_decomposition::periodicIntersectionVolume (const std::array< bool, 3 > &periodic, const math::AABB &domain, const math::AABB &box1, const math::AABB &box2) |
| real_t | walberla::domain_decomposition::periodicIntersectionVolume (const std::array< bool, 3 > &periodic, const math::AABB &domain, const math::AABB &box1, const math::AABB &box2, const real_t dx) |