![]() |
|
Public Member Functions | |
ClassName ("edgeInterpolation") | |
edgeInterpolation (const faMesh &, const polyMesh &) | |
Construct given an faMesh. | |
~edgeInterpolation () | |
const faMesh & | mesh () const |
Return mesh reference. | |
const edgeScalarField & | lPN () const |
Return reference to PN geodesic distance. | |
const edgeScalarField & | weights () const |
Return reference to weighting factors array. | |
const edgeScalarField & | deltaCoeffs () const |
Return reference to difference factors array. | |
bool | orthogonal () const |
Return whether mesh is orthogonal or not. | |
const edgeVectorField & | correctionVectors () const |
Return reference to non-orthogonality correction vectors array. | |
bool | skew () const |
Return whether mesh is skew or not. | |
const edgeVectorField & | skewCorrectionVectors () const |
Return reference to skew vectors array. | |
bool | movePoints () |
Do what is neccessary if the mesh has moved. | |
Protected Member Functions | |
void | clearOut () |
Clear all geometry and addressing. |
|
Construct given an faMesh.
|
|
|
|
|
|
Clear all geometry and addressing. void makeLeastSquareVectors() const; |
|
Return reference to non-orthogonality correction vectors array.
|
|
Return reference to difference factors array.
|
|
Return reference to PN geodesic distance.
|
|
Return mesh reference.
Definition at line 156 of file edgeInterpolation.H. References Foam::edgeScalarField, and Foam::edgeVectorField. |
|
Do what is neccessary if the mesh has moved. const edgeVectorField& leastSquareNvectors() const; |
|
Return whether mesh is orthogonal or not.
|
|
Return whether mesh is skew or not.
|
|
Return reference to skew vectors array.
|
|
Return reference to weighting factors array.
|