Printers.impl.h File Reference

Detailed Description

Implementation of field printers.

Author
Martin Bauer marti.nosp@m.n.ba.nosp@m.uer@f.nosp@m.au.d.nosp@m.e

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

Functions

template<typename T , uint_t fs>
std::ostream & walberla::field::printSlice (std::ostream &os, const Field< T, fs > &field, int sliceCoord, cell_idx_t sliceValue, cell_idx_t f=0)
 Prints a slice along a coordinate axis. More...
 
template<typename T , uint_t fs>
std::ostream & walberla::field::printSlice (std::ostream &os, const GhostLayerField< T, fs > &field, int sliceCoord, cell_idx_t sliceValue, cell_idx_t f=0)
 Overload of printSlice for GhostLayerFields. More...
 
template<typename T >
std::ostream & walberla::field::printSlice (std::ostream &os, const FlagField< T > &field, int sliceCoord, cell_idx_t sliceValue, cell_idx_t f=0)
 Overload of printSlice for FlagFields. More...