From 548fe4e85f141310a4e57baba75b7ddb3e719dc2 Mon Sep 17 00:00:00 2001 From: vbd Date: Thu, 25 Sep 2008 08:55:13 +0000 Subject: [PATCH] adding BBadjustment option --- doc/doxygen/remapping.dox | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/remapping.dox b/doc/doxygen/remapping.dox index c285733b1..6611b9f07 100755 --- a/doc/doxygen/remapping.dox +++ b/doc/doxygen/remapping.dox @@ -45,9 +45,14 @@ Similar options as for the 2D remapping are available, plus some additional opti * * - * - * - * + * + * + * + * *
OptionDescription Admitted valuesDefault
MedianPlane Position of the median plane where both cells will be projected Triangle, Convex Triangle
Precision Accuracy of the computations is precision times the characteristic size of the meshes real numbers between 0 and 1 0.5
DoRotate Performs a rotation of the coordinate system such that the median plane is the Oxy plane boolean true or false true
MedianPlane Position of the median plane where both cells will be projected real numbers between 0 and 1 0.5
Precision Accuracy of the computations is + * precision times the characteristic size of the meshes + * positive real numbers 1.E-12
DoRotate Performs a rotation of the coordinate + system such that the median plane is the Oxy plane + boolean true or false true
BoundingBoxAdjustmentWhen detecting an intersection between bounding boxes, the bounding are expanded by a factor (1+BoundingBoxAdjustment). It is particularly useful when detecting intersections for 3D surfaces for which the bounding boxes might not actually intersect. real numbers 0.1
Note that choosing the Triangle Intersection_type necessarily set the DoRotate option to true. -- 2.39.2