ESyS-Particle  4.0.1
trimesh_pis.hpp
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 
19 template <class ParticleType>
22 {
23  m_mesh=mesh_p;
24  m_exIG=NULL;
25 }
26 
27 template <class ParticleType>
29 {}
30 
36 template<class ParticleType>
38 {
39  m_exIG=exig_p;
40 }
41 
42 
43 template <class ParticleType>
45 {
46  AFieldSlave* new_fs=NULL;
47 
48  return new_fs;
49 }
50 
51 template <class ParticleType>
53 {
54  AFieldSlave* new_fs=NULL;
55 
56  return new_fs;
57 }