ESyS-Particle  4.0.1
MeshData2D.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 __MESHDATA2D_H
14 #define __MESHDATA2D_H
15 
16 // -- IO includes --
17 #include <iostream>
18 using std::istream;
19 
29 {
30  int id;
31  int tag;
32  double x,y;
33 
34  void read(istream&);
35 };
36 
46 {
47  int id,tag;
48  int p1,p2;
49 
50  void read(istream&);
51 };
52 
53 #endif // __MESHDATA2D_H