Generic fieldField type. More...
#include "src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H"#include "src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C"
Include dependency graph for FieldField.C:Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #define | COMPUTED_ASSIGNMENT(TYPE, op) |
Functions | |
| template<template< class > class Field, class Type1 , class Type2 > | |
| void | checkFields (const FieldField< Field, Type1 > &, const FieldField< Field, Type2 > &, const char *op) |
| template<template< class > class Field, class Type1 , class Type2 , class Type3 > | |
| void | checkFields (const FieldField< Field, Type1 > &, const FieldField< Field, Type2 > &, const FieldField< Field, Type3 > &, const char *op) |
| template<template< class > class Field, class Type > | |
| Ostream & | operator<< (Ostream &os, const FieldField< Field, Type > &f) |
| template<template< class > class Field, class Type > | |
| Ostream & | operator<< (Ostream &os, const tmp< FieldField< Field, Type > > &tf) |
| #define COMPUTED_ASSIGNMENT | ( | TYPE, | |
| op | |||
| ) |
Definition at line 346 of file FieldField.C.