oomph::OcTreeNames Namespace Reference

Enumerations

enum  {
  LDB , RDB , LUB , RUB ,
  LDF , RDF , LUF , RUF ,
  LB , RB , DB , UB ,
  LD , RD , LU , RU ,
  LF , RF , DF , UF ,
  L , R , D , U ,
  B , F , OMEGA = 26
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Directions. OMEGA is used if a direction is undefined in a certain context

Enumerator
LDB 
RDB 
LUB 
RUB 
LDF 
RDF 
LUF 
RUF 
LB 
RB 
DB 
UB 
LD 
RD 
LU 
RU 
LF 
RF 
DF 
UF 
OMEGA 
48  {
49  LDB,
50  RDB,
51  LUB,
52  RUB, // back octants/vertices
53  LDF,
54  RDF,
55  LUF,
56  RUF, // front octants/vertices
57  LB,
58  RB,
59  DB,
60  UB, // back edges
61  LD,
62  RD,
63  LU,
64  RU, // side edges
65  LF,
66  RF,
67  DF,
68  UF, // front edges
69  L,
70  R,
71  D,
72  U,
73  B,
74  F, // faces
75  OMEGA = 26
76  };
MatrixXd L
Definition: LLT_example.cpp:6
@ R
Definition: StatisticsVector.h:21
@ RDF
Definition: octree.h:54
@ DF
Definition: octree.h:67
@ RD
Definition: octree.h:62
@ B
Definition: octree.h:73
@ RUB
Definition: octree.h:52
@ D
Definition: octree.h:71
@ RB
Definition: octree.h:58
@ UF
Definition: octree.h:68
@ LUF
Definition: octree.h:55
@ RU
Definition: octree.h:64
@ F
Definition: octree.h:74
@ LDF
Definition: octree.h:53
@ LF
Definition: octree.h:65
@ RDB
Definition: octree.h:50
@ LD
Definition: octree.h:61
@ LUB
Definition: octree.h:51
@ U
Definition: octree.h:72
@ RUF
Definition: octree.h:56
@ RF
Definition: octree.h:66
@ LDB
Definition: octree.h:49
@ OMEGA
Definition: octree.h:75
@ LU
Definition: octree.h:63
@ DB
Definition: octree.h:59
@ UB
Definition: octree.h:60
@ LB
Definition: octree.h:57