amroc/hds/GridHierarchyIndex.h File Reference

Loop over all GridFunction. More...

#include "generic.h"

Go to the source code of this file.

Defines

#define foreachGF(gh, gf, DIM, Type)
#define end_foreachGF   } } }

Detailed Description

Loop over all GridFunction.

Author:
Manish Parashar

Define Documentation

#define end_foreachGF   } } }
#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]);
Generated on Thu Jun 30 02:19:00 2016 for AMROC's Hierachical Data Structures by  doxygen 1.6.3