KASKADE 7 development version
|
#include <limits>
#include "io/vtk.hh"
#include "io/rangecoder.hh"
#include "fem/mgtools.hh"
#include <boost/unordered_map.hpp>
Go to the source code of this file.
Classes | |
struct | UniformQuantizationPolicy< VariableSet, Grid, D > |
class | LossyStorage< Grid, VariableSet, Space, QuantizationPolicy > |
Typedefs | |
typedef unsigned long | ULong |
Functions | |
bool | abscompare (double a, double b) |
template<class T > | |
bool | greaterZero (T t) |
typedef unsigned long ULong |
Use this file for lossy compression on uniformly refined, fixed grids. Temporal prediction/differential encoding is performed.
Definition at line 34 of file lossystorage.hh.
bool abscompare | ( | double | a, |
double | b | ||
) |
Definition at line 36 of file lossystorage.hh.
Referenced by LossyStorage< Grid, VariableSet, Space, QuantizationPolicy >::encode().
bool greaterZero | ( | T | t | ) |
Definition at line 37 of file lossystorage.hh.