BlockCellDataWriter.h File Reference

Detailed Description

#include "Base64Writer.h"
#include "UtilityFunctions.h"
#include "core/DataTypes.h"
#include "core/debug/Debug.h"
#include "domain_decomposition/StructuredBlockStorage.h"
#include <ostream>
#include <string>

Classes

class  walberla::vtk::internal::BlockCellDataWriter
 Interface that is used by VTKOutput in order to write data to VTK files. More...
 
class  walberla::vtk::BlockCellDataWriter< T, F_SIZE_ARG >
 Interface that is used by VTKOutput in order to write data to VTK files. More...
 
class  walberla::vtk::BlockCellDataWriterScalingAdapter< T >
 

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::vtk
 
 walberla::vtk::internal
 

Typedefs

using walberla::vtk::BlockCellDataWriterInterface = internal::BlockCellDataWriter
 

Functions

template<typename T >
shared_ptr< BlockCellDataWriterScalingAdapter< T > > walberla::vtk::makeBlockCellDataWriterScalingAdapter (const std::string &id, const shared_ptr< T > &base, typename T::value_type factor)