Overture
Version 25
|
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) |
#define FUNCTION | ( | type | ) |
#define FUNCTION_COEFFICIENTS | ( | type | ) |
#define SCALAR_FUNCTION | ( | type | ) |
#define SCALAR_FUNCTION_COEFFICIENTS | ( | type | ) |
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) |