|
waLBerla 7.2
|
#include "Types.h"#include "core/EndianIndependentSerialization.h"#include "core/math/KahanSummation.h"#include "core/math/Uint.h"#include <limits>#include <string>Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::blockforest |
Functions | |
| template<typename UINT > | |
| std::string | walberla::blockforest::uintToBitString (const UINT value) |
| Returns a string that stores the bitwise representation of 'value' (must be an unsigned integer) | |
| template<typename T > | |
| workload_t | walberla::blockforest::workloadSum (const T &array) |
| template<typename T > | |
| memory_t | walberla::blockforest::memorySum (const T &array) |
| memory_t | walberla::blockforest::bytesToMiB (memory_t bytes) |