%POINT_APPROXIMATE_ProjBNDOnly%

approximation of a functional at a BND_point by MESHFREE interpolation with respect to neighboring boundary points

If a BND_point is active throughout the simulation and has a POSTPROCESS-flag, the user can approximate any given function (ExpressionOfIntegrand) at this point by interpolation of MESHFREE boundary points in its neighborhood: If the BND_point has no neighbors, the result is zero. Example:
begin_boundary_elements{} BND_point ACTIVE%ACTIVE_always% CHAMBER1 POSTPROCESS$PostprocessTag$ x y z end_boundary_elements{} INTEGRATION($IntInd$) = ( %POINT_APPROXIMATE_ProjBNDOnly%, [Y%ind_p%+Y%ind_p_dyn%], $PostprocessTag$)
See also %POINT_APPROXIMATE% and %POINT_DIRECT%.