Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
otherStuff
Macros
OGFunction.C File Reference
#include "
OGFunction.h
"
#include "
ParallelUtility.h
"
Include dependency graph for OGFunction.C:
Macros
#define
U_FUNCTION
(u)
Macro Definition Documentation
#define U_FUNCTION
(
u
)
Value:
realCompositeGridFunction
OGFunction:: \
u(
CompositeGrid
& cg,
const
Index & N,
const
real
t,
const
GridFunctionParameters::GridFunctionType
& centering) \
{ \
Range all; Index I1,I2,I3;
\
realCompositeGridFunction
cgf(cg,all,all,all,N); \
for(
int
grid=0; grid<cg.numberOfComponentGrids(); grid++ ) \
{ \
getIndex(cg[grid].
dimension
(),I1,I2,I3); \
cgf[grid](I1,I2,I3,N)= this->u(cg[grid],I1,I2,I3,N,t,centering); \
} \
return cgf; \
}
Generated on Fri Jan 4 2013 10:18:04 for Overture by
1.8.3