A class representing the concept of a field of 0 used to avoid unnecessary manipulations for objects which are known to be zero at compile-time. More...


Public Member Functions | |
| zeroField () | |
| Construct null. More... | |
| scalar | operator[] (const label) const |
| zeroField | field () const |
Public Member Functions inherited from zero | |
| zero () | |
| Construct null. More... | |
| operator bool () const | |
| Return 0 for bool. More... | |
| operator label () const | |
| Return 0 for label. More... | |
| operator float () const | |
| Return 0 for float. More... | |
| operator double () const | |
| Return 0 for double. More... | |
Additional Inherited Members | |
Public Types inherited from zero | |
| typedef zero | value_type |
A class representing the concept of a field of 0 used to avoid unnecessary manipulations for objects which are known to be zero at compile-time.
Used for example as the argument to a function in which certain terms are optional, see source terms in the MULES solvers.
Definition at line 50 of file zeroField.H.
|
inline |
Construct null.
Definition at line 59 of file zeroField.H.
References zeroField::field(), and zeroField::operator[]().
Referenced by zeroField::field().


|
inline |
Definition at line 30 of file zeroFieldI.H.
Referenced by zeroField::zeroField().

|
inline |
Definition at line 36 of file zeroFieldI.H.
References zeroField::zeroField().
Referenced by zeroField::zeroField().


1.8.11