ESyS-Particle  2.3.4
CubicBlock.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2017 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.apache.org/licenses/LICENSE-2.0 //
10 // //
12 
13 
14 #ifndef ESYS_LSMCUBICBLOCK_H
15 #define ESYS_LSMCUBICBLOCK_H
16 
20 
21 namespace esys
22 {
23  namespace lsm
24  {
25  template <typename TmplParticle = SimpleParticle>
26  class CubicBlock : public ClosePackBlock<CubicBlockIterator,TmplParticle>
27  {
28  public:
30  CubicBlock(
31  unsigned int numX,
32  unsigned int numY,
33  unsigned int numZ,
34  double radius = 0.5,
36  );
37 
38  };
39  }
40 }
41 
42 #include "Geometry/CubicBlock.hpp"
43 
44 #endif
CubicBlock.h
esys::lsm::ClosePackBlock
Definition: ClosePackBlock.h:61
CubicBlock.hpp
esys::lsm::CubicBlock
Definition: CubicBlock.h:27
esys
Definition: CheckPointable.cpp:17
SimpleParticle.h
ClosePackBlock.h
esys::lsm::CubicBlock::Inherited
ClosePackBlock< CubicBlockIterator, TmplParticle > Inherited
Definition: CubicBlock.h:29
esys::lsm::CubicBlock::CubicBlock
CubicBlock(unsigned int numX, unsigned int numY, unsigned int numZ, double radius=0.5, ClosePackOrientation orientation=DEFAULT_ORIENT)
Definition: CubicBlock.hpp:22
esys::lsm::ClosePackOrientation
ClosePackOrientation
Definition: ClosePackOrientation.h:26
esys::lsm::DEFAULT_ORIENT
@ DEFAULT_ORIENT
Definition: ClosePackOrientation.h:27
CubicBlockIterator.h