ESyS-Particle  2.3.2
SphereBodyPrmsPy.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 #ifndef ESYS_LSMSPHEREBODYPRMSPY_H
14 #define ESYS_LSMSPHEREBODYPRMSPY_H
15 
16 // --- project includes ---
19 
20 
21 
22 // --- STL includes ---
23 #include <string>
24 
25 using namespace esys::lsm;
26 
27 namespace esys
28 {
29  namespace lsm
30  {
39  {
40  public:
42  const std::string&,
43  const std::string&,
44  double
45  );
46  };
47 
48  void exportSphereBodyPrms();
49 
50  } // namespace lsm
51 } // namespace esys
52 
53 #endif // ESYS_LSMSPHEREBODYPRMSPY_H
Lattice Solid Model namespace.
Definition: CheckPointable.cpp:18
wrapper for CESphereBodyIGP
Definition: SphereBodyPrmsPy.h:38
Definition: CheckPointable.cpp:16
void exportSphereBodyPrms()
Definition: SphereBodyPrmsPy.cpp:41
Interaction group parameters for CESphereBodyInteractionGroups.
Definition: ESphereBodyInteractionGroup.h:32