Sample.h File Reference

Detailed Description

Declarations for class Sample.

Header file for shims.

Author
Christian Godenschwager chris.nosp@m.tian.nosp@m..gode.nosp@m.nsch.nosp@m.wager.nosp@m.@fau.nosp@m..de
Klaus Iglberger
Sebastian Eibl sebas.nosp@m.tian.nosp@m..eibl.nosp@m.@fau.nosp@m..de
#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

 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::math
 

Functions

std::ostream & walberla::math::operator<< (std::ostream &os, const Sample &statReal)
 Stream output operator for class Sample. More...
 
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)