OpenLB 1.7
Loading...
Searching...
No Matches
Enumerations
olb::util::tensorIndices3D Namespace Reference

Enumerations

enum  {
  xx =0 , xy =1 , xz =2 , yy =3 ,
  yz =4 , zz =5
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
xx 
xy 
xz 
yy 
yz 
zz 

Definition at line 374 of file util.h.

374{ xx=0, xy=1, xz=2, yy=3, yz=4, zz=5 };