ESyS-Particle  4.0.1
ETriMeshInteraction.h
1 
2 // //
3 // Copyright (c) 2003-2011 by The University of Queensland //
4 // Earth Systems Science Computational Centre (ESSCC) //
5 // http://www.uq.edu.au/esscc //
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 ---
17 #include "Model/ETriangleInteraction.h"
18 #include "Model/EEdgeInteraction.h"
19 #include "Model/ECornerInteraction.h"
20 #include "Model/ETriMeshIP.h"
21 
23 {
24  typedef ETriMeshIP ParameterType;
28 };
29 
30 #endif //__ETRIMESHINTERACTION_H