waLBerla 7.2
|
#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 | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::vtk |
namespace | 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) |