![]() |
|
Public Member Functions | |
TypeName ("valueStored") | |
Runtime type information. | |
ValueStoredTetPointPatchField (const PointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
ValueStoredTetPointPatchField (const PointPatch &, const Field< Type > &, const Field< Type > &) | |
Construct from patch and internal field and patch field. | |
ValueStoredTetPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
ValueStoredTetPointPatchField (const ValueStoredTetPointPatchField< PatchField, PointPatch, Type > &, const PointPatch &, const Field< Type > &, const TetPointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
virtual autoPtr< PatchField< Type > > | clone () const |
Construct and return a clone. | |
ValueStoredTetPointPatchField (const ValueStoredTetPointPatchField< PatchField, PointPatch, Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual autoPtr< PatchField< Type > > | clone (const Field< Type > &iF) const |
Construct and return a clone setting internal field reference. | |
label | size () const |
Return size. | |
virtual void | autoMap (const TetPointPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. | |
virtual void | rmap (const TetPointPatchField< PatchField, PointPatch, Type > &, const labelList &) |
Reverse map the given TetPointPatchField onto. | |
virtual bool | storesFieldData () const |
Does it store field data. | |
virtual void | initEvaluate (const bool=false) |
Insert boundary value into the internal field. | |
virtual void | evaluate () |
virtual void | updateBoundaryField () |
Update boundary value. | |
virtual void | setBoundaryCondition (Map< constraint< Type > > &) const |
Set boundary condition to matrix. | |
virtual void | write (Ostream &) const |
Write. | |
virtual void | operator= (const ValueStoredTetPointPatchField< PatchField, PointPatch, Type > &) |
Assignment operators. | |
virtual void | operator= (const Field< Type > &) |
virtual void | operator= (const Type &) |
Assignment of all entries to the given value. | |
virtual void | operator== (const ValueStoredTetPointPatchField< PatchField, PointPatch, Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
|
Construct from patch and internal field.
|
|
Construct from patch and internal field and patch field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given patchField<Type> onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Map (and resize as needed) from self given a mapping object.
Reimplemented in MixedTetPointPatchField. |
|
Construct and return a clone setting internal field reference.
Reimplemented in BasicSymmetryTetPointPatchField, FixedValueTetPointPatchField, MixedTetPointPatchField, SlipTetPointPatchField, and SymmetryTetPointPatchField. Definition at line 127 of file ValueStoredTetPointPatchField.H. |
|
Construct and return a clone.
Reimplemented from Field. Reimplemented in BasicSymmetryTetPointPatchField, FixedValueTetPointPatchField, MixedTetPointPatchField, SlipTetPointPatchField, and SymmetryTetPointPatchField. Definition at line 108 of file ValueStoredTetPointPatchField.H. |
|
Reimplemented in FixedValueTetPointPatchField. |
|
Insert boundary value into the internal field.
Reimplemented in FixedValueTetPointPatchField. Definition at line 178 of file ValueStoredTetPointPatchField.H. |
|
Assignment of all entries to the given value.
Reimplemented from Field. Reimplemented in FixedValueTetPointPatchField. |
|
Reimplemented from Field. Reimplemented in FixedValueTetPointPatchField. |
|
Assignment operators.
|
|
Reimplemented in FixedValueTetPointPatchField. |
|
Reimplemented in FixedValueTetPointPatchField. |
|
Reimplemented in FixedValueTetPointPatchField. |
|
Reverse map the given TetPointPatchField onto. this TetPointPatchField Reimplemented in MixedTetPointPatchField. |
|
Set boundary condition to matrix.
Reimplemented in BasicSymmetryTetPointPatchField, FixedValueTetPointPatchField, and MixedTetPointPatchField. Definition at line 189 of file ValueStoredTetPointPatchField.H. |
|
Return size.
Reimplemented from UList< Type >. Definition at line 145 of file ValueStoredTetPointPatchField.H. References Foam::labelList. |
|
Does it store field data.
Definition at line 172 of file ValueStoredTetPointPatchField.H. |
|
Runtime type information.
|
|
Update boundary value.
Reimplemented in BasicSymmetryTetPointPatchField, and MixedTetPointPatchField. Definition at line 184 of file ValueStoredTetPointPatchField.H. |
|
Write.
Reimplemented in BasicSymmetryTetPointPatchField, and MixedTetPointPatchField. |