AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

GridDataParams.h File Reference

More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define ALL   (-2)
#define CENTER   (-1)
#define NULL_FACE   (-1)
#define FACES   (0)
#define WEST   (0)
#define EAST   (1)
#define SOUTH   (2)
#define NORTH   (3)
#define FRONT   (4)
#define BACK   (5)
#define INSIDE   (6)
#define NULL_CORNER   (-1)
#define CORNERS   (10)
#define WSF   (10)
#define WSB   (11)
#define WNF   (12)
#define WNB   (13)
#define ESF   (14)
#define ESB   (15)
#define ENF   (16)
#define ENB   (17)
#define WS   (10)
#define WN   (11)
#define ES   (12)
#define EN   (13)
#define NULL_EDGE   (-1)
#define EDGES   (20)
#define WSC   (20)
#define WNC   (21)
#define WCF   (22)
#define WCB   (23)
#define CSF   (24)
#define CSB   (25)
#define CNF   (26)
#define CNB   (27)
#define ENC   (28)
#define ESC   (29)
#define ECB   (30)
#define ECF   (31)

Variables

const int DirCorners2 [6][3]
const int DirCorners3 [8][7]
const int DirEdges3 [8][9]


Detailed Description

Author:
Manish Parashar

Definition in file GridDataParams.h.


Variable Documentation

const int DirCorners2[6][3]
 

Initial value:

 {
                             { (10) , (11) , (-1) },{ (12) , (13) , (-1) }, 
                             { (10) , (12) , (-1) },{ (11) , (13) , (-1) }, 
                             { (10) , (11) , (12) },         { (12) , (13) , (11) }           
                            }

Definition at line 60 of file GridDataParams.h.

const int DirCorners3[8][7]
 

Initial value:

 {
          { (10) , (11) , (12) , (13) , (-1) , (-1) , (-1) },
          { (14) , (15) , (16) , (17) , (-1) , (-1) , (-1) }, 
          { (10) , (11) , (14) , (15) , (-1) , (-1) , (-1) },
          { (12) , (13) , (16) , (17) , (-1) , (-1) , (-1) }, 
          { (10) , (12) , (14) , (16) , (-1) , (-1) , (-1) },
          { (11) , (13) , (15) , (17) , (-1) , (-1) , (-1) }, 
          { (10) , (11) , (12) , (13) , (14) , (15) , (16) },
          { (14) , (15) , (16) , (17) , (12) , (13) , (11) }                          
                            }

Definition at line 66 of file GridDataParams.h.

const int DirEdges3[8][9]
 

Initial value:

 {
          { (20) , (21) , (22) , (23) , (-1) , (-1) , (-1) , (-1) , (-1) },
          { (28) , (29) , (30) , (31) , (-1) , (-1) , (-1) , (-1) , (-1) }, 
          { (20) , (24) , (25) , (29) , (-1) , (-1) , (-1) , (-1) , (-1) },
          { (21) , (26) , (27) , (28) , (-1) , (-1) , (-1) , (-1) , (-1) }, 
          { (22) , (24) , (26) , (31) , (-1) , (-1) , (-1) , (-1) , (-1) },
          { (23) , (25) , (27) , (30) , (-1) , (-1) , (-1) , (-1) , (-1) }, 
          { (20) , (21) , (22) , (23) , (24) , (25) , (29) , (26) , (31) }, 
          { (28) , (29) , (30) , (31) , (21) , (26) , (27) , (23) , (25) }                                
                          }

Definition at line 76 of file GridDataParams.h.


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04