Go to the source code of this file.
|
| doubleMappedGridFunction & | multiply (const doubleMappedGridFunction &a, const doubleMappedGridFunction &coeff) |
| |
| doubleMappedGridFunction & | multiply (const doubleDistributedArray &a, const doubleMappedGridFunction &coeff) |
| |
| intDistributedArray | operator!= (const doubleMappedGridFunction &x, const doubleMappedGridFunction &y) |
| |
| intDistributedArray | operator> (const doubleMappedGridFunction &x, const doubleMappedGridFunction &y) |
| |
| intDistributedArray | operator<= (const doubleMappedGridFunction &x, const doubleMappedGridFunction &y) |
| |
| intDistributedArray | operator>= (const doubleMappedGridFunction &x, const doubleMappedGridFunction &y) |
| |
| intDistributedArray | operator!= (const doubleMappedGridFunction &x, const double &y) |
| |
| intDistributedArray | operator> (const doubleMappedGridFunction &x, const double &y) |
| |
| intDistributedArray | operator<= (const doubleMappedGridFunction &x, const double &y) |
| |
| intDistributedArray | operator>= (const doubleMappedGridFunction &x, const double &y) |
| |
| intDistributedArray | operator!= (const double &x, const doubleMappedGridFunction &y) |
| |
| intDistributedArray | operator> (const double &x, const doubleMappedGridFunction &y) |
| |
| intDistributedArray | operator<= (const double &x, const doubleMappedGridFunction &y) |
| |
| intDistributedArray | operator>= (const double &x, const doubleMappedGridFunction &y) |
| |
| doubleDistributedArray | min (const doubleMappedGridFunction &u, const doubleMappedGridFunction &v) |
| |
| doubleDistributedArray | min (const doubleMappedGridFunction &u, const double &x) |
| |
| doubleDistributedArray | min (const double &x, const doubleMappedGridFunction &v) |
| |
| doubleDistributedArray | max (const doubleMappedGridFunction &u, const doubleMappedGridFunction &v) |
| |
| doubleDistributedArray | max (const doubleMappedGridFunction &u, const double &x) |
| |
| doubleDistributedArray | max (const double &x, const doubleMappedGridFunction &v) |
| |
| #define DOUBLE_MAPPED_GRID_FUNCTION_H "doubleMappedGridFunction.h" |
| #define SCALAR_FUNCTION |
( |
|
type | ) |
|