ENH: perturbed sample points

This commit is contained in:
mattijs
2010-01-27 10:25:25 +00:00
parent 9f6d081654
commit 3f559cbacd

View File

@ -83,9 +83,9 @@ sets
type uniform; type uniform;
axis distance; axis distance;
//- cavity //- cavity. Slightly perturbed so not to align with face or edge.
start (0.02 0.051 0.005); start (0.0201 0.05101 0.00501);
end (0.06 0.051 0.005); end (0.0601 0.05101 0.00501);
nPoints 10; nPoints 10;
} }
@ -103,8 +103,8 @@ sets
//end ( 1 0.05 0.005); //end ( 1 0.05 0.005);
//- cavity //- cavity
start (0.0 0.51 0.005); start (0.001 0.5101 0.00501);
end (2 0.51 0.005); end (2.01 0.5101 0.00501);
nPoints 10; nPoints 10;
} }
@ -112,7 +112,7 @@ sets
{ {
type cloud; type cloud;
axis xyz; axis xyz;
points ((0.049 0.049 0.005)(0.051 0.049 0.005)); points ((0.049 0.049 0.00501)(0.051 0.049 0.00501));
} }
); );