AMR-Solver  1.0
Block-based Octree AMR grid flow solver
direction.h
Go to the documentation of this file.
1 
2 namespace myOctree {
3 
4 
5 enum direction {
6 
7  XDIR,
8  YDIR,
10 
11 };
12 
13 typedef direction Dir;
14 
15 enum position {
16 
19 };
20 
21 typedef position Pos;
22 
23 }
direction Dir
Definition: direction.h:13
position Pos
Definition: direction.h:21
AMR grid stuff.
Definition: adapt.cpp:6