ParMooN
 All Classes Functions Variables Friends Pages
SubDomainHaloJoint.h
1 // =======================================================================
2 // @(#)SubDomainHaloJoint.h
3 //
4 // Class: SubDomainHaloJoint
5 // Purpose: superclass for boundary edges in Halo calls
6 //
7 // Author: Sashikumaar Ganesan 10.09.09
8 //
9 // History:
10 //
11 // =======================================================================
12 
13 #ifndef __SUBDOMAINHALOJOINT__
14 #define __SUBDOMAINHALOJOINT__
15 
16 #include <stdlib.h>
17 #include <JointEqN.h>
18 
21 {
22 
23  public:
24  // Constructors
26 
28  TSubDomainHaloJoint(TBaseCell *neighb0, TBaseCell *neighb1);
29 
30 };
31 #endif
Definition: JointEqN.h:20
Definition: SubDomainHaloJoint.h:20
information for finite element data structure
Definition: BaseCell.h:25