NDDEM
Typedefs.h
Go to the documentation of this file.
1 
5 #ifndef TYPEDEFS
6 #define TYPEDEFS
7 using namespace std ;
8 using uint = unsigned int ;
9 using v1d = vector < double > ;
10 using v2d = vector < vector <double> > ;
11 using v3d = vector<vector<vector<double>>>;
12 using v1f = vector <float> ;
13 using cv1d= const vector <double> ;
14 using cv2d= const vector < vector <double> > ;
15 using cv3d = const vector<vector<vector<double>>> ;
16 using cv1f = const vector <float> ;
17 using bitdim = unsigned int ;
18 using v1i = vector <int> ;
20 
24 
25 #endif
26 
const vector< float > cv1f
Definition: Typedefs.h:16
vector< vector< double > > v2d
Definition: Typedefs.h:10
ContactStrategies
Definition: Typedefs.h:22
vector< int > v1i
Definition: Typedefs.h:18
DataValue
Definition: Typedefs.h:19
@ fpq
Definition: Typedefs.h:19
@ Imom
Definition: Typedefs.h:19
@ pospq
Definition: Typedefs.h:19
@ id2
Definition: Typedefs.h:19
@ lpq
Definition: Typedefs.h:19
@ pos
Definition: Typedefs.h:19
@ vel
Definition: Typedefs.h:19
@ mqp
Definition: Typedefs.h:19
@ mpq
Definition: Typedefs.h:19
@ id1
Definition: Typedefs.h:19
@ extra_named
Definition: Typedefs.h:19
@ omega
Definition: Typedefs.h:19
@ radius
Definition: Typedefs.h:19
@ mass
Definition: Typedefs.h:19
vector< float > v1f
Definition: Typedefs.h:12
unsigned int uint
Definition: Typedefs.h:8
vector< vector< vector< double > >> v3d
Definition: Typedefs.h:11
ContactModels
Definition: Typedefs.h:21
const vector< vector< vector< double > >> cv3d
Definition: Typedefs.h:15
const vector< double > cv1d
Definition: Typedefs.h:13
const vector< vector< double > > cv2d
Definition: Typedefs.h:14
unsigned int bitdim
Definition: Typedefs.h:17
WallType
Definition: Typedefs.h:23
vector< double > v1d
Definition: Typedefs.h:9
@ CELLS
Definition: Typedefs.h:22
@ OCTREE
Definition: Typedefs.h:22
@ NAIVE
Definition: Typedefs.h:22
@ HERTZ
Definition: Typedefs.h:21
@ HOOKE
Definition: Typedefs.h:21
@ ROTATINGSPHERE
Definition: json.hpp:5678