STYLE: sampleDict: improved comment

This commit is contained in:
mattijs
2012-03-28 18:09:42 +01:00
parent 6aecbac20f
commit 9e017c724d

View File

@ -47,12 +47,14 @@ formatOptions
} }
// interpolationScheme. choice of // 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 // cellPoint : use cell-centre and vertex values
// cellPointFace : use cell-centre, vertex and face values. // cellPointFace : use cell-centre, vertex and face values.
// pointMVC : use point values only (Mean Value Coordinates) // pointMVC : use point values only (Mean Value Coordinates)
// cellPatchConstrained : use cell-centre except on boundary faces where // cellPatchConstrained : like 'cell' but uses cell-centre except on
// it uses the boundary value. For use with e.g. patchCloudSet. // boundary faces where it uses the boundary value.
// For use with e.g. patchCloudSet.
// 1] vertex values determined from neighbouring cell-centre values // 1] vertex values determined from neighbouring cell-centre values
// 2] face values determined using the current face interpolation scheme // 2] face values determined using the current face interpolation scheme
// for the field (linear, gamma, etc.) // for the field (linear, gamma, etc.)