|
waLBerla 7.2
|
Declarations for class Sample.
Header file for shims.
#include "core/debug/Debug.h"#include "core/math/KahanSummation.h"#include "core/mpi/BufferDataTypeExtensions.h"#include <type_traits>#include <algorithm>#include <cmath>#include <iosfwd>#include <iterator>#include <numeric>#include <set>Classes | |
| class | walberla::math::Sample |
| Class describing a statistical sample. More... | |
Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::math |
Functions | |
| std::ostream & | walberla::math::operator<< (std::ostream &os, const Sample &statReal) |
| Stream output operator for class Sample. | |
| template<typename T , typename G > | |
| mpi::GenericSendBuffer< T, G > & | walberla::math::operator<< (mpi::GenericSendBuffer< T, G > &buf, const Sample &statReal) |
| template<typename T > | |
| mpi::GenericRecvBuffer< T > & | walberla::math::operator>> (mpi::GenericRecvBuffer< T > &buf, Sample &statReal) |