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 
20 {
21  O, X, Y, Z, XY, XZ, YZ, XYZ, RAZ, RZ, AZ, RA, R, A
22 };
@ AZ
Definition: StatisticsVector.h:21
@ XY
Definition: StatisticsVector.h:21
@ XZ
Definition: StatisticsVector.h:21
@ R
Definition: StatisticsVector.h:21
@ RA
Definition: StatisticsVector.h:21
@ YZ
Definition: StatisticsVector.h:21
@ Y
Definition: StatisticsVector.h:21
@ X
Definition: StatisticsVector.h:21
@ Z
Definition: StatisticsVector.h:21
@ XYZ
Definition: StatisticsVector.h:21
@ RAZ
Definition: StatisticsVector.h:21
@ RZ
Definition: StatisticsVector.h:21
@ O
Definition: StatisticsVector.h:21
The matrix class, also used for vectors and row-vectors.
Definition: Eigen/Eigen/src/Core/Matrix.h:186