![]() |
|
Public Types | |
typedef pTraits< Type >::cmptType | cmptType |
Component type. | |
Public Member Functions | |
SubField (const SubList< Type > &slist) | |
Construct from UnallocatedField and SubField size. | |
SubField (const UList< Type > &list, const label subSize) | |
Construct from UnallocatedField and SubField size. | |
SubField (const UList< Type > &list, const label subSize, const label startIndex) | |
Construct from UnallocatedField, start and end indices. | |
SubField (const SubField< Type > &sfield) | |
Construct as copy. | |
tmp< Field< cmptType > > | component (const direction) const |
Return a component field of the field. | |
tmp< Field< Type > > | T () const |
Return the field transpose (only defined for second rank tensors). | |
void | operator= (const SubField< Type > &) |
Assignment from UList operator. Takes linear time. | |
operator const Field () const | |
Allow cast to a const Field<Type>&. | |
Static Public Member Functions | |
SubField< Type > & | null () |
Return a null SubField. |
|
Component type.
Definition at line 72 of file SubField.H. |
|
Construct from UnallocatedField and SubField size.
Definition at line 41 of file SubFieldI.H. |
|
Construct from UnallocatedField and SubField size.
Definition at line 50 of file SubFieldI.H. |
|
Construct from UnallocatedField, start and end indices.
Definition at line 61 of file SubFieldI.H. |
|
Construct as copy.
Definition at line 73 of file SubFieldI.H. |
|
Return a component field of the field.
Definition at line 95 of file SubFieldI.H. Referenced by SubField::null(). |
|
Return a null SubField.
Reimplemented from SubList< Type >. Definition at line 86 of file SubFieldI.H. References SubField::component(), and Foam::direction. |
Here is the call graph for this function:
|
Allow cast to a const Field<Type>&.
Definition at line 121 of file SubFieldI.H. |
|
Assignment from UList operator. Takes linear time.
Definition at line 113 of file SubFieldI.H. |
|
Return the field transpose (only defined for second rank tensors).
Definition at line 104 of file SubFieldI.H. |