![]() |
|
Public Member Functions | |
TypeName ("globalProcessor") | |
Runtime type information. | |
GlobalProcessorTetPointPatchField (const PointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
GlobalProcessorTetPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
GlobalProcessorTetPointPatchField (const GlobalProcessorTetPointPatchField< PatchField, PointPatch, GlobalProcessorPointPatch, 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. | |
GlobalProcessorTetPointPatchField (const GlobalProcessorTetPointPatchField< PatchField, PointPatch, GlobalProcessorPointPatch, 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. | |
~GlobalProcessorTetPointPatchField () | |
virtual void | evaluate () |
Evaluate the patch field. | |
virtual void | addField (Field< Type > &) const |
Add field to internal field. | |
virtual void | setBoundaryCondition (Map< constraint< Type > > &) const |
Set boundary condition to matrix. Used to save the processor. | |
virtual void | addDiag (scalarField &) const |
Add diagonal/source contributions. | |
virtual void | addSource (scalarField &) const |
virtual void | addUpperLower (scalarField &) const |
Add upper/lower contributions. | |
virtual void | eliminateUpperLower (scalarField &) const |
virtual tmp< scalarField > | cutBouCoeffs (const lduMatrix &) const |
Get the cut edge coefficients in Amul order. | |
virtual tmp< scalarField > | cutIntCoeffs (const lduMatrix &) const |
Get the cut edge coefficients in Tmul order. | |
virtual tmp< labelField > | nbrColour (const labelField &) const |
Return neighbour colouring. | |
virtual void | updateInterfaceMatrix (const scalarField &psiInternal, scalarField &result, const lduMatrix &m, const scalarField &coeffs, const direction cmpt) const |
Update result field based on interface functionality. |
|
Construct from patch and internal 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.
|
|
|
|
Add diagonal/source contributions.
Implements CoupledTetPointPatchField. |
|
Add field to internal field.
Implements CoupledTetPointPatchField. |
|
Implements CoupledTetPointPatchField. |
|
Add upper/lower contributions.
Implements CoupledTetPointPatchField. |
|
Construct and return a clone setting internal field reference.
Implements CoupledTetPointPatchField. Definition at line 141 of file GlobalProcessorTetPointPatchField.H. |
|
Construct and return a clone.
Implements CoupledTetPointPatchField. Definition at line 120 of file GlobalProcessorTetPointPatchField.H. |
|
Get the cut edge coefficients in Amul order.
Implements CoupledTetPointPatchField. |
|
Get the cut edge coefficients in Tmul order.
Implements CoupledTetPointPatchField. |
|
Implements CoupledTetPointPatchField. |
|
Evaluate the patch field.
Implements CoupledTetPointPatchField. Definition at line 165 of file GlobalProcessorTetPointPatchField.H. References Foam::direction, Foam::labelField, and Foam::scalarField. |
|
Return neighbour colouring.
|
|
Set boundary condition to matrix. Used to save the processor. patch off-diagonal coefficients |
|
Runtime type information.
|
|
Update result field based on interface functionality.
|