Skip to content
Snippets Groups Projects
Commit 9e017c72 authored by mattijs's avatar mattijs
Browse files

STYLE: sampleDict: improved comment

parent 6aecbac2
Branches
Tags
No related merge requests found
......@@ -47,12 +47,14 @@ formatOptions
}
// interpolationScheme. choice of
// cell : use cell-centre value only; constant over cells (default)
// cell : use cell-centre value only; constant over cells
// (default)
// cellPoint : use cell-centre and vertex values
// cellPointFace : use cell-centre, vertex and face values.
// pointMVC : use point values only (Mean Value Coordinates)
// cellPatchConstrained : use cell-centre except on boundary faces where
// it uses the boundary value. For use with e.g. patchCloudSet.
// cellPatchConstrained : like 'cell' but uses cell-centre except on
// boundary faces where it uses the boundary value.
// For use with e.g. patchCloudSet.
// 1] vertex values determined from neighbouring cell-centre values
// 2] face values determined using the current face interpolation scheme
// for the field (linear, gamma, etc.)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment