ESyS-Particle  2.3
HexagBlock.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_LSMHEXAGBLOCK_H
15 #define ESYS_LSMHEXAGBLOCK_H
16 
20 
21 namespace esys
22 {
23  namespace lsm
24  {
25  template <typename TmplParticle = SimpleParticle>
26  class HexagBlock : public ClosePackBlock<HexagBlockIterator,TmplParticle>
27  {
28  public:
30  HexagBlock(
31  unsigned int numX,
32  unsigned int numY,
33  unsigned int numZ,
34  double radius = 0.5,
36  );
37  };
38  }
39 }
40 
41 #include "Geometry/HexagBlock.hpp"
42 
43 #endif
Definition: ClosePackOrientation.h:27
Definition: CheckPointable.cpp:16
Definition: ClosePackBlock.h:60
HexagBlock(unsigned int numX, unsigned int numY, unsigned int numZ, double radius=0.5, ClosePackOrientation orientation=DEFAULT_ORIENT)
Definition: HexagBlock.hpp:22
Definition: HexagBlock.h:26
ClosePackBlock< HexagBlockIterator, TmplParticle > Inherited
Definition: HexagBlock.h:29
ClosePackOrientation
Definition: ClosePackOrientation.h:25