|
Public Types |
typedef pTraits< Type >::cmptType | cmptType |
| Component type.
|
Public Member Functions |
| FieldField () |
| Construct null.
|
| FieldField (const label) |
| Construct given size.
|
| FieldField (const word &, const FieldField< Field, Type > &) |
| Construct using the Field sizes from the given FieldField.
|
| FieldField (const FieldField< Field, Type > &) |
| Construct as copy.
|
| FieldField (FieldField< Field, Type > &, bool reUse) |
| Construct as copy or re-use as specified.
|
| FieldField (const PtrList< Field< Type > > &) |
| Construct as copy of a PtrList<Field, Type>.
|
| FieldField (Istream &) |
| Construct as copy of tmp<FieldField> Construct from Istream.
|
tmp< FieldField< Field, Type > > | clone () const |
| Clone.
|
void | negate () |
| Negate this field.
|
tmp< FieldField< Field, cmptType > > | component (const direction) const |
| Return a component field of the field.
|
void | replace (const direction, const FieldField< Field, cmptType > &) |
| Replace a component field of the field.
|
tmp< FieldField< Field, Type > > | T () const |
| Return the field transpose (only defined for second rank tensors).
|
void | operator= (const FieldField< Field, Type > &) |
void | operator= (const tmp< FieldField< Field, Type > > &) |
void | operator= (const Type &) |
void | operator+= (const FieldField< Field, Type > &) |
void | operator+= (const tmp< FieldField< Field, Type > > &) |
void | operator-= (const FieldField< Field, Type > &) |
void | operator-= (const tmp< FieldField< Field, Type > > &) |
void | operator *= (const FieldField< Field, scalar > &) |
void | operator *= (const tmp< FieldField< Field, scalar > > &) |
void | operator/= (const FieldField< Field, scalar > &) |
void | operator/= (const tmp< FieldField< Field, scalar > > &) |
void | operator+= (const Type &) |
void | operator-= (const Type &) |
void | operator *= (const scalar &) |
void | operator/= (const scalar &) |
Static Public Member Functions |
template<class Type2> |
tmp< FieldField< Field, Type > > | NewCalculatedType (const FieldField< Field, Type2 > &ff) |
| Return a pointer to a new calculatedFvPatchFieldField created on.
|
Friends |
Ostream & | operator (Ostream &, const FieldField< Field, Type > &) |
Ostream & | operator (Ostream &, const tmp< FieldField< Field, Type > > &) |