|
|
|
SubField< Type > Class Template ReferenceSubField is a Field obtained as a section of another Field. More...
Inheritance diagram for SubField< Type >:
![]()
Collaboration diagram for SubField< Type >:
![]()
Detailed Descriptiontemplate<class Type>
SubField is a Field obtained as a section of another Field.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| const Foam::SubField< Type > & null | ( | ) | [inline, static] |
Return a null SubField.
Reimplemented from SubList< Type >.
Reimplemented in SubDimensionedField< Type, GeoMesh >.
Definition at line 77 of file SubFieldI.H.
| Foam::tmp< Foam::Field< typename Foam::SubField< Type >::cmptType > > component | ( | const direction | d | ) | const [inline] |
Return a component field of the field.
Reimplemented in SubDimensionedField< Type, GeoMesh >.
Definition at line 86 of file SubFieldI.H.
| Foam::tmp< Foam::Field< Type > > T | ( | ) | const [inline] |
Return the field transpose (only defined for second rank tensors).
Reimplemented in SubDimensionedField< Type, GeoMesh >.
Definition at line 95 of file SubFieldI.H.
Assignment via UList operator. Takes linear time.
Definition at line 104 of file SubFieldI.H.
Referenced by SubDimensionedField< Type, GeoMesh >::operator const DimensionedField< Type, GeoMesh > &().
