Overture  Version 25
Classes | Macros | Typedefs
MappedGridOperators.h File Reference
#include "GenericMappedGridOperators.h"
#include "BoundaryConditionParameters.h"
Include dependency graph for MappedGridOperators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MappedGridOperators
 

Macros

#define FUNCTION(type)
 
#define FUNCTION_COEFFICIENTS(type)
 
#define SCALAR_FUNCTION(type)
 
#define SCALAR_FUNCTION_COEFFICIENTS(type)
 

Typedefs

typedef void(* DerivativeFunctionPointer )(const realMappedGridFunction &u, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop)
 
typedef void(* DerivCoefficientsFunctionPointer )(RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 

Macro Definition Documentation

#define FUNCTION (   type)
Value:
const Index & I1 = nullIndex, \
const Index & I2 = nullIndex, \
const Index & I3 = nullIndex, \
const Index & I4 = nullIndex, \
const Index & I5 = nullIndex, \
const Index & I6 = nullIndex, \
const Index & I7 = nullIndex, \
const Index & I8 = nullIndex ); \
\
const GridFunctionParameters & gfType, \
const Index & I1 = nullIndex, \
const Index & I2 = nullIndex, \
const Index & I3 = nullIndex, \
const Index & I4 = nullIndex, \
const Index & I5 = nullIndex, \
const Index & I6 = nullIndex, \
const Index & I7 = nullIndex, \
const Index & I8 = nullIndex );
#define FUNCTION_COEFFICIENTS (   type)
Value:
virtual realMappedGridFunction type(const Index & I1 = nullIndex, \
const Index & I2 = nullIndex, \
const Index & I3 = nullIndex, \
const Index & I4 = nullIndex, \
const Index & I5 = nullIndex, \
const Index & I6 = nullIndex, \
const Index & I7 = nullIndex, \
const Index & I8 = nullIndex ); \
\
virtual realMappedGridFunction type(const GridFunctionParameters & gfType, \
const Index & I1 = nullIndex, \
const Index & I2 = nullIndex, \
const Index & I3 = nullIndex, \
const Index & I4 = nullIndex, \
const Index & I5 = nullIndex, \
const Index & I6 = nullIndex, \
const Index & I7 = nullIndex, \
const Index & I8 = nullIndex );
#define SCALAR_FUNCTION (   type)
Value:
const Index & I1 = nullIndex, \
const Index & I2 = nullIndex, \
const Index & I3 = nullIndex, \
const Index & I4 = nullIndex, \
const Index & I5 = nullIndex, \
const Index & I6 = nullIndex, \
const Index & I7 = nullIndex, \
const Index & I8 = nullIndex ); \
\
const GridFunctionParameters & gfType, \
const Index & I1 = nullIndex, \
const Index & I2 = nullIndex, \
const Index & I3 = nullIndex, \
const Index & I4 = nullIndex, \
const Index & I5 = nullIndex, \
const Index & I6 = nullIndex, \
const Index & I7 = nullIndex, \
const Index & I8 = nullIndex );
#define SCALAR_FUNCTION_COEFFICIENTS (   type)
Value:
const Index & I1 = nullIndex, \
const Index & I2 = nullIndex, \
const Index & I3 = nullIndex, \
const Index & I4 = nullIndex, \
const Index & I5 = nullIndex, \
const Index & I6 = nullIndex, \
const Index & I7 = nullIndex, \
const Index & I8 = nullIndex ); \
\
virtual realMappedGridFunction type(const GridFunctionParameters & gfType, \
const Index & I1 = nullIndex, \
const Index & I2 = nullIndex, \
const Index & I3 = nullIndex, \
const Index & I4 = nullIndex, \
const Index & I5 = nullIndex, \
const Index & I6 = nullIndex, \
const Index & I7 = nullIndex, \
const Index & I8 = nullIndex );

Typedef Documentation

typedef void(* DerivativeFunctionPointer)(const realMappedGridFunction &u, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop)
typedef void(* DerivCoefficientsFunctionPointer)(RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)