![]() |
|
Public Member Functions | |
TypeName ("fixedValue") | |
Runtime type information. | |
FixedValuePointPatchField (const PointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
FixedValuePointPatchField (const PointPatch &, const Field< Type > &, const Field< Type > &) | |
Construct from patch and internal field and patch field. | |
FixedValuePointPatchField (const PointPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
FixedValuePointPatchField (const FixedValuePointPatchField< PatchField, PointPatch, Type > &, const PointPatch &, const Field< Type > &, const PointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
virtual autoPtr< PatchField< Type > > | clone () const |
Construct and return a clone. | |
FixedValuePointPatchField (const FixedValuePointPatchField< 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. | |
virtual void | initEvaluate (const bool=false) |
Insert boundary value into the internal field. | |
virtual void | evaluate () |
virtual void | operator= (const Field< Type > &) |
Disable assignment operators. | |
virtual void | operator= (const Type &) |
Assignment of all entries to the given value. | |
virtual void | operator== (const ValueStoredPointPatchField< 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.
|
|
Construct and return a clone setting internal field reference.
Reimplemented from ValueStoredPointPatchField. Definition at line 122 of file FixedValuePointPatchField.H. |
|
Construct and return a clone.
Reimplemented from ValueStoredPointPatchField. Definition at line 103 of file FixedValuePointPatchField.H. |
|
Reimplemented from ValueStoredPointPatchField. Definition at line 148 of file FixedValuePointPatchField.H. |
|
Insert boundary value into the internal field. Fixed values need to be inserted first. In the second go, there's nothing to do Reimplemented from ValueStoredPointPatchField. Definition at line 142 of file FixedValuePointPatchField.H. |
|
Assignment of all entries to the given value.
Reimplemented from ValueStoredPointPatchField. Definition at line 156 of file FixedValuePointPatchField.H. |
|
Disable assignment operators.
Reimplemented from ValueStoredPointPatchField. Definition at line 155 of file FixedValuePointPatchField.H. |
|
Reimplemented from ValueStoredPointPatchField. |
|
Reimplemented from ValueStoredPointPatchField. |
|
Reimplemented from ValueStoredPointPatchField. |
|
Runtime type information.
|