AMR-Solver
1.0
Block-based Octree AMR grid flow solver
Main Page
Namespaces
Classes
Files
File List
File Members
direction.h
Go to the documentation of this file.
1
2
namespace
myOctree
{
3
4
5
enum
direction
{
6
7
XDIR
,
8
YDIR
,
9
ZDIR
10
11
};
12
13
typedef
direction
Dir
;
14
15
enum
position
{
16
17
RIGHT
,
18
LEFT
19
};
20
21
typedef
position
Pos
;
22
23
}
myOctree::RIGHT
Definition:
direction.h:17
myOctree::Dir
direction Dir
Definition:
direction.h:13
myOctree::Pos
position Pos
Definition:
direction.h:21
myOctree::XDIR
Definition:
direction.h:7
myOctree::direction
direction
Definition:
direction.h:5
myOctree::LEFT
Definition:
direction.h:18
myOctree::ZDIR
Definition:
direction.h:9
myOctree::YDIR
Definition:
direction.h:8
myOctree::position
position
Definition:
direction.h:15
myOctree
AMR grid stuff.
Definition:
adapt.cpp:6
src
direction.h
Generated on Sat Jun 11 2016 15:19:29 for AMR-Solver by
1.8.10