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

Go to the source code of this file.

Classes

class  GenericMappedGridOperators
 

Macros

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

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 );