Function used to set the options for the intersection calculation.
The following options can be modified:
- Intersection_type: the type of algorithm to be used in the computation of the cell-cell intersections.
- Values: Triangle, Convex.
- Default: Triangle.
- MedianPlane: Position of the median plane where both cells will be projected
- Values: between 0 and 1.
- Default: 0.5.
- DoRotate: rotate the coordinate system such that the target cell is in the Oxy plane.
- Values: true (necessarilly if Intersection_type=Triangle), false.
- Default: true (as default Intersection_type=Triangle)
- Precision: Level of precision of the computations is precision times the characteristic size of the mesh.
- Values: positive real number.
- Default: 1.0E-12.
- PrintLevel: Level of verboseness during the computations.
- Values: interger between 0 and 3.
- Default: 0.