![]() |
|
Public Member Functions | |
TypeName (ProcessorPointPatch::typeName_()) | |
Runtime type information. | |
ProcessorTetPointPatchField (const PointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
ProcessorTetPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
ProcessorTetPointPatchField (const ProcessorTetPointPatchField< PatchField, PointPatch, ProcessorPointPatch, 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. | |
ProcessorTetPointPatchField (const ProcessorTetPointPatchField< PatchField, PointPatch, ProcessorPointPatch, 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. | |
~ProcessorTetPointPatchField () | |
virtual void | evaluate () |
Evaluate the patch field. | |
virtual void | initAddField () const |
Init add field to internal 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 | initAddDiag (const scalarField &) const |
Add diagonal/source contributions. | |
virtual void | initAddSource (const scalarField &) const |
virtual void | addDiag (scalarField &) const |
Add diagonal/source contributions. | |
virtual void | addSource (scalarField &) const |
virtual void | initAddUpperLower (const scalarField &) const |
Add upper/lower contributions. | |
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 void | initNbrColour (const labelField &, const bool bufferdTransfer) const |
Initialise neighbour colouring transfer. | |
virtual tmp< labelField > | nbrColour (const labelField &) const |
Return neighbour colouring. | |
virtual void | initInterfaceMatrixUpdate (const scalarField &psiInternal, scalarField &result, const lduMatrix &m, const scalarField &coeffs, const direction cmpt, const bool bufferdTransfer) const |
Initialise neighbour matrix update. | |
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 154 of file ProcessorTetPointPatchField.H. |
|
Construct and return a clone.
Implements CoupledTetPointPatchField. Definition at line 133 of file ProcessorTetPointPatchField.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 178 of file ProcessorTetPointPatchField.H. References Foam::direction, Foam::labelField, and Foam::scalarField. |
|
Add diagonal/source contributions.
|
|
Init add field to internal field.
|
|
|
|
Add upper/lower contributions.
|
|
Initialise neighbour matrix update.
|
|
Initialise neighbour colouring transfer.
|
|
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.
|