ESyS-Particle  2.3.4
ElasticMesh2DPrmsPy.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 #ifndef ESYS_LSMELASTICMESH2DPRMSPY_H
13 #define ESYS_LSMELASTICMESH2DPRMSPY_H
14 
15 #include "Model/ETriMeshIP.h"
16 
17 #include <string>
18 
19 using std::string;
20 
21 namespace esys
22 {
23  namespace lsm
24  {
30  {
31  public:
33  const string &interactionName,
34  const string &meshName,
35  double normalK
36  );
37  };
38 
44  {
45  public:
47  const string &interactionName,
48  const string &meshName,
49  double normalK
50  );
51  };
52 
54  } // namespace lsm
55 } // namespace esys
56 
57 #endif //ESYS_LSMELASTICMESH2DPRMSPY_H
ETriMeshIP
Definition: ETriMeshIP.h:18
esys
Definition: CheckPointable.cpp:17
esys::lsm::exportElasticMesh2DPrms
void exportElasticMesh2DPrms()
Definition: ElasticMesh2DPrmsPy.cpp:40
esys::lsm::NRotElasticMesh2DPrmsPy::NRotElasticMesh2DPrmsPy
NRotElasticMesh2DPrmsPy(const string &interactionName, const string &meshName, double normalK)
Definition: ElasticMesh2DPrmsPy.cpp:30
ETriMeshIP.h
ElasticMesh2DPrmsPy.h
esys::lsm::NRotElasticLinMeshPrmsPy::NRotElasticLinMeshPrmsPy
NRotElasticLinMeshPrmsPy(const string &interactionName, const string &meshName, double normalK)
Definition: ElasticMesh2DPrmsPy.cpp:21
esys::lsm::NRotElasticLinMeshPrmsPy
Class for elastic piece-wise linear mesh interactions in the python interface.
Definition: ElasticMesh2DPrmsPy.h:44
esys::lsm::NRotElasticMesh2DPrmsPy
class for elastic 2D mesh interactions in python interface. Deprecated: use NRotElasticLinMeshPrmsPy.
Definition: ElasticMesh2DPrmsPy.h:30