SPH
Classes
Column.h File Reference

Object for printing quantity values into output. More...

#include "objects/utility/Dynamic.h"
#include "quantities/Quantity.h"
#include "quantities/QuantityIds.h"
#include "quantities/Storage.h"
#include "system/Statistics.h"

Go to the source code of this file.

Classes

class  ITextColumn
 Base class for conversion of quantities into the output data. More...
 
class  ValueColumn< TValue >
 Returns values of given quantity as stored in storage. More...
 
class  DerivativeColumn< TValue >
 Returns first derivatives of given quantity as stored in storage. More...
 
class  SecondDerivativeColumn< TValue >
 Returns second derivatives of given quantity as stored in storage. More...
 
class  SmoothingLengthColumn
 Returns smoothing lengths of particles. More...
 
class  DamageColumn< TValue >
 Prints actual values of scalar damage. More...
 
class  ParticleNumberColumn
 Helper column printing particle numbers. More...
 
class  TimeColumn
 Helper column printing current run time. This value is the same for every particle. More...
 

Detailed Description

Object for printing quantity values into output.

Author
Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
Date
2016-2021

Definition in file Column.h.