#include <BlockCellDataWriter.h>
Public Types | |
using | value_type = typename T::value_type |
Public Member Functions | |
BlockCellDataWriterScalingAdapter (const std::string &id, const T &base, value_type factor) | |
Static Public Attributes | |
static const uint_t | F_SIZE = T::F_SIZE |
Protected Member Functions | |
virtual value_type | evaluate (const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const cell_idx_t f) |
Private Attributes | |
value_type | factor_ |
using walberla::vtk::BlockCellDataWriterScalingAdapter< T >::value_type = typename T::value_type |
|
inline |
|
inlineprotectedvirtual |
|
static |
|
private |