![]() |
|
Public Member Functions | |
tetPolyPatchField (const tetPolyPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
tetPolyPatchField (const tetPolyPatchField< Type > &) | |
Construct as copy. | |
virtual autoPtr< tetPolyPatchField< Type > > | clone () const |
Construct and return a clone. | |
tetPolyPatchField (const tetPolyPatchField< Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual autoPtr< tetPolyPatchField< Type > > | clone (const Field< Type > &iF) const |
Construct and return a clone setting internal field reference. | |
virtual | ~tetPolyPatchField () |
virtual void | addBoundarySourceDiag (tetFemMatrix< Type > &) const |
Add boundary source for gradient-type conditions. | |
virtual void | setBoundaryCondition (Map< constraint< Type > > &) const |
Set boundary condition to matrix. | |
virtual void | operator= (const Type &t) |
|
Construct from patch and internal field.
|
|
Construct as copy.
|
|
Construct as copy setting internal field reference.
|
|
Definition at line 115 of file tetPolyPatchField.H. |
|
Add boundary source for gradient-type conditions.
Definition at line 123 of file tetPolyPatchField.H. |
|
Construct and return a clone setting internal field reference.
Implements TetPointPatchField< tetPolyPatchField, tetPolyPatch, Type >. Definition at line 102 of file tetPolyPatchField.H. |
|
Construct and return a clone.
Implements TetPointPatchField< tetPolyPatchField, tetPolyPatch, Type >. Definition at line 89 of file tetPolyPatchField.H. |
|
Reimplemented from TetPointPatchField< tetPolyPatchField, tetPolyPatch, Type >. Definition at line 139 of file tetPolyPatchField.H. |
|
Set boundary condition to matrix.
Reimplemented from TetPointPatchField< tetPolyPatchField, tetPolyPatch, Type >. Definition at line 131 of file tetPolyPatchField.H. |