Skip to content
Snippets Groups Projects
Commit 407889ae authored by mattijs's avatar mattijs
Browse files

ENH: sampleDict: updated comment

parent c4ee992e
Branches
Tags
No related merge requests found
......@@ -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;
}
);
......
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