Go to the source code of this file.
Classes | |
class | FaceCutValues< Type > |
class | FaceCutValues< Type >::const_iterator |
Forward iterator. More... | |
class | CellCutValues< Type > |
class | CellCutValues< Type >::const_iterator |
Forward iterator. More... | |
Namespaces | |
Foam::cutPoly | |
Low level functions for cutting poly faces and cells. | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
scalar | edgeCutLambda (const edge &e, const scalarField &pAlphas, const scalar isoAlpha) |
Get the local coordinate within an edge, given end point values and an. More... | |
template<class Type > | |
Type | edgeCutValue (const edge &e, const scalar lambda, const Field< Type > &pPsis) |
Linearly interpolate a value from the end points to the cut point of an. More... | |
template<class Type > | |
Type | edgeCutValue (const edge &e, const scalarField &pAlphas, const scalar isoAlpha, const Field< Type > &pPsis) |
Linearly interpolate a value from the end points to the cut point of an. More... | |
Original source file cutPolyValue.H
Definition in file cutPolyValue.H.