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

Go to the source code of this file.

Classes

class  GenericCompositeGridOperators
 

Macros

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

Macro Definition Documentation

#define COMPOSITE_GRID_OPERATORS
#define FUNCTION (   type)
Value:
const Index & C1 = nullIndex, \
const Index & C2 = nullIndex, \
const Index & C3 = nullIndex, \
const Index & C4 = nullIndex, \
const Index & C5 = nullIndex ); \
const GridFunctionParameters & gfType, \
const Index & C1 = nullIndex, \
const Index & C2 = nullIndex, \
const Index & C3 = nullIndex, \
const Index & C4 = nullIndex, \
const Index & C5 = nullIndex );
#define FUNCTION_COEFFICIENTS (   type)
Value:
virtual realCompositeGridFunction type(const Index & C0 = nullIndex, \
const Index & C1 = nullIndex, \
const Index & C2 = nullIndex, \
const Index & C3 = nullIndex ); \
\
virtual realCompositeGridFunction type(const GridFunctionParameters & gfType, \
const Index & C0 = nullIndex, \
const Index & C1 = nullIndex, \
const Index & C2 = nullIndex, \
const Index & C3 = nullIndex );
#define SCALAR_FUNCTION (   type)
Value:
const Index & C1 = nullIndex, \
const Index & C2 = nullIndex, \
const Index & C3 = nullIndex, \
const Index & C4 = nullIndex ); \
const GridFunctionParameters & gfType, \
const Index & C1 = nullIndex, \
const Index & C2 = nullIndex, \
const Index & C3 = nullIndex, \
const Index & C4 = nullIndex );
#define SCALAR_FUNCTION_COEFFICIENTS (   type)
Value:
const Index & C0 = nullIndex, \
const Index & C1 = nullIndex, \
const Index & C2 = nullIndex, \
const Index & C3 = nullIndex ); \
\
virtual realCompositeGridFunction type(const GridFunctionParameters & gfType, \
const Index & C0 = nullIndex, \
const Index & C1 = nullIndex, \
const Index & C2 = nullIndex, \
const Index & C3 = nullIndex );