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

◆ StatType

enum StatType

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

Enumerator
XY 
XZ 
YZ 
XYZ 
RAZ 
RZ 
AZ 
RA 
41 {
42  O, X, Y, Z, XY, XZ, YZ, XYZ, RAZ, RZ, AZ, RA, R, A
43 };
@ AZ
Definition: StatisticsVector.h:42
@ XY
Definition: StatisticsVector.h:42
@ XZ
Definition: StatisticsVector.h:42
@ R
Definition: StatisticsVector.h:42
@ RA
Definition: StatisticsVector.h:42
@ YZ
Definition: StatisticsVector.h:42
@ A
Definition: StatisticsVector.h:42
@ Y
Definition: StatisticsVector.h:42
@ X
Definition: StatisticsVector.h:42
@ Z
Definition: StatisticsVector.h:42
@ XYZ
Definition: StatisticsVector.h:42
@ RAZ
Definition: StatisticsVector.h:42
@ RZ
Definition: StatisticsVector.h:42
@ O
Definition: StatisticsVector.h:42