BEmap_PointFilter_Version

Point filter version of BE_MAP (UCV)

Default: BEmap_PointFilter_Version = 1 Switch between different hard coded point filters applied to all the BE_MAP computations. BEmap_PointFilter_Version = 0: No predefined filters. Take all points in the neighborhood of a BE. BEmap_PointFilter_Version = 1 (default): Take only those points which have %ind_BE1% bigger than zero and only use them in mappings to boundary elements with the same alias as %ind_BE1%. This effectively uses an additional layer of points close to the boundary in the mapping. BEmap_PointFilter_Version = 2: Same as version 1 but only true boundary points for the mapping (not interior or free surface). BEmap_PointFilter_Version = 3: Same as version 2 but with an additional normal criterion (see BEmap_CosNormalAngle) Note:
  • When multi-chamber mapping is active (BEmap_MultCham = true), the checks linked to BEmap_PointFilter_Version = 1 are ignored. The reason is that %ind_BE1% for points from neighboring chambers is likely < 0.0, which would cause all these points to be incorrectly discarded.