waLBerla 7.2
Loading...
Searching...
No Matches
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

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)