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


Main Page   Class Hierarchy   Compound List   File List  

GridHierarchyIndex.h File Reference

Loop over all GridFunction. More...

#include <generic.h>

Include dependency graph for GridHierarchyIndex.h:

Include dependency graph

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 foreachGF(gh, gf, DIM, Type)
#define end_foreachGF_sync   } } comm_service::barrier(); }
#define end_foreachGF   } } }


Detailed Description

Loop over all GridFunction.

Author:
Manish Parashar

Definition in file GridHierarchyIndex.h.


Define Documentation

#define foreachGF gh,
gf,
DIM,
Type   
 

Value:

{                                       \
   const int name2(faGF,_GFNUM) = (gh).gfnum;                           \
   for (int gfid = 0; gfid < name2(faGF,_GFNUM); gfid++) {              \
     if(!(gh).gflist[gfid]) ; else {                                    \
     GridFunction(DIM)<Type> & gf =                                     \
     *((GridFunction(DIM)<Type> *) gh.gflist[gfid]);

Definition at line 12 of file GridHierarchyIndex.h.


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



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