ESyS-Particle  2.3
ETriMeshInteraction.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 __ETRIMESHINTERACTION_H
14 #define __ETRIMESHINTERACTION_H
15 
16 // --- project includes ---
18 #include "Model/EEdgeInteraction.h"
20 #include "Model/ETriMeshIP.h"
21 
23 {
28 };
29 
30 #endif //__ETRIMESHINTERACTION_H
EEdgeInteraction EdgeIntType
Definition: ETriMeshInteraction.h:26
ETriangleInteraction TriIntType
Definition: ETriMeshInteraction.h:25
ECornerInteraction CornerIntType
Definition: ETriMeshInteraction.h:27
Definition: ETriMeshInteraction.h:22
unbonded elastic interaction between a Triangle and a particle
Definition: ETriangleInteraction.h:30
unbonded elastic interaction between a Edge in a TriangleMesh and a particle
Definition: EEdgeInteraction.h:29
ETriMeshIP ParameterType
Definition: ETriMeshInteraction.h:24
unbonded elastic interaction between a Corner in a TriangleMesh and a particle
Definition: ECornerInteraction.h:30
Definition: ETriMeshIP.h:17