MercuryDPM  Beta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StatisticsVector.h File Reference
#include "DPMBase.h"
#include "Math/Matrix.h"
#include "Math/MatrixSymmetric.h"
#include <string.h>
#include <fstream>
#include <math.h>
#include "Species/LinearViscoelasticSpecies.h"
#include "Math/NormalisedPolynomial.h"
#include "StatisticsPoint.h"
#include "StatisticsPoint.hcc"
#include "StatisticsVector.hcc"

Go to the source code of this file.

Classes

class  StatisticsVector< T >
 This class is used to extract statistical data from MD simulations. More...
 

Enumerations

enum  StatType {
  O, X, Y, Z,
  XY, XZ, YZ, XYZ,
  RAZ, RZ, AZ, RA,
  R, A
}
 Creates averaged statistics (only valid if density field is homogenous along averaged direction) More...
 

Enumeration Type Documentation

enum StatType

Creates averaged statistics (only valid if density field is homogenous along averaged direction)

Enumerator
XY 
XZ 
YZ 
XYZ 
RAZ 
RZ 
AZ 
RA 

Definition at line 38 of file StatisticsVector.h.

39 {
40  O, X, Y, Z, XY, XZ, YZ, XYZ, RAZ, RZ, AZ, RA, R, A
41 };