ESyS-Particle  2.3
ClosePackOrientation.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2014 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.opensource.org/licenses/osl-3.0.php //
10 // //
12 
13 
14 #ifndef ESYS_LSMCLOSEPACKORIENTATION_H
15 #define ESYS_LSMCLOSEPACKORIENTATION_H
16 
17 namespace esys
18 {
19  namespace lsm
20  {
26  {
28  XYZ,
29  XZY,
30  YXZ,
31  YZX,
32  ZXY,
33  ZYX,
35  };
36  }
37 }
38 #endif
Definition: ClosePackOrientation.h:27
Definition: ClosePackOrientation.h:32
Definition: CheckPointable.cpp:16
Definition: ClosePackOrientation.h:33
Definition: ClosePackOrientation.h:28
Definition: ClosePackOrientation.h:31
Definition: ClosePackOrientation.h:29
ClosePackOrientation
Definition: ClosePackOrientation.h:25
Definition: ClosePackOrientation.h:30
Definition: ClosePackOrientation.h:34