ESyS-Particle  2.3.4
ElasticTriMeshPrmsPy.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 #ifndef ESYS_LSMELASTICTRIMESHPRMSPY_H
14 #define ESYS_LSMELASTICTRIMESHPRMSPY_H
15 
16 #include "Model/ETriMeshIP.h"
17 
18 #include <string>
19 
20 using std::string;
21 
22 namespace esys
23 {
24  namespace lsm
25  {
31  {
32  public:
34  const string &interactionName,
35  const string &meshName,
36  double normalK
37  );
38  };
39 
41  } // namespace lsm
42 } // namespace esys
43 
44 #endif //ESYS_LSMELASTICTRIMESHPRMSPY_H
esys::lsm::exportElasticTriMeshPrms
void exportElasticTriMeshPrms()
Definition: ElasticTriMeshPrmsPy.cpp:32
esys::lsm::NRotElasticTriMeshPrmsPy::NRotElasticTriMeshPrmsPy
NRotElasticTriMeshPrmsPy(const string &interactionName, const string &meshName, double normalK)
Definition: ElasticTriMeshPrmsPy.cpp:22
ETriMeshIP
Definition: ETriMeshIP.h:18
esys
Definition: CheckPointable.cpp:17
ETriMeshIP.h
ElasticTriMeshPrmsPy.h
esys::lsm::NRotElasticTriMeshPrmsPy
class for elastic triangular mesh interactions in python interface
Definition: ElasticTriMeshPrmsPy.h:31