SLIDE 26 Approximate computation of
i=1,...,ν Γpi(a)
In practice, we want to compute an approximation of
i=1,...,ν Γpi(a), that
is {α} ≈
i=1,...,ν Γpi(a). We proceed as follows:
1 Consider a bounded region T = [a1, b1] × . . . × [at, bt] ⊂ At(R)
and a discretization step d = (d1, . . . , dt).
2 Construct d-discretization of T ⇔ multi-grid of size J1 × . . . × Jt.
Construct the corresponding multi-matrix A (accumulator function)
- f size J1 × . . . × Jt. Initially A is zero.
3 For each i = 1, . . . , ν and each j = (j1, . . . , jt) assign to A(j)
A(j) = A(j) + 1 if Γpi(a) ∩ C(j) = ∅ A(j) if Γpi(a) ∩ C(j) = ∅ where C(j) denotes the j-th cell of the discretization of T .
4 Find cell C(j∗) such that A(j∗) = maxj A(j); return its center α.
AVP and Applications to HT RICAM, Linz 12 / 29