ENH: sampleDict: updated comment

This commit is contained in:
mattijs
2013-11-13 11:41:30 +00:00
parent c4ee992e28
commit 407889aeb4

View File

@ -303,7 +303,9 @@ surfaces
// Sampling on triSurface
type sampledTriSurfaceMesh;
surface integrationPlane.stl;
source boundaryFaces; // sample cells or boundaryFaces
source boundaryFaces; // What to sample: cells (nearest cell)
// insideCells (only triangles inside cell)
// boundaryFaces (nearest boundary face)
interpolate true;
}
);