#include <PatchToPatchInterpolation.H>

Public Member Functions | |
| ClassName ("PatchToPatchInterpolation") | |
| Runtime type information. | |
| PatchToPatchInterpolationBase () noexcept=default | |
| Default construct. | |
Static Public Member Functions | |
| static scalar | projectionTol () noexcept |
| Access to projection tolerance. | |
| static scalar | setProjectionTol (const scalar tol) |
| Change propagation tolerance, return previous value. | |
Static Protected Attributes | |
| static scalar | projectionTol_ = 0.05 |
| Relative merge tolerance for projected points missing the target. | |
| static const scalar | directHitTol = 1e-5 |
| Direct hit tolerance. | |
Definition at line 56 of file PatchToPatchInterpolation.H.
|
defaultnoexcept |
Default construct.
References Foam::noexcept.
| ClassName | ( | "PatchToPatchInterpolation" | ) |
Runtime type information.
|
inlinestaticnoexcept |
Access to projection tolerance.
Definition at line 96 of file PatchToPatchInterpolation.H.
References Foam::noexcept, projectionTol(), and projectionTol_.
Referenced by projectionTol().


|
inlinestatic |
Change propagation tolerance, return previous value.
Definition at line 104 of file PatchToPatchInterpolation.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and projectionTol_.

|
staticprotected |
Relative merge tolerance for projected points missing the target.
Expressed as the fraction of min involved edge size
Definition at line 67 of file PatchToPatchInterpolation.H.
Referenced by projectionTol(), and setProjectionTol().
|
staticprotected |
Direct hit tolerance.
Definition at line 72 of file PatchToPatchInterpolation.H.