2. 2 Functional Discretization

While in the former section the problems with the representation of a number have been discussed, this section considers the treatment of functions in a computer. The main idea of this section is that a function space with a given number of basis functions is used. Each function is defined as linear combination of basis functions. In general, the basis functions fulfill some basic properties such as continuity, smoothness, etc., which is also preserved by the linear combination.

When these functions are stored in the computer, a function space comprising a finite number of basis vectors is introduced. Each function of this function space can be described as weighted sum of basis functions, $ f_i$ where the weighting coefficients $ w_i$ are stored as a vector-like data structure $ \mathbf{w}$ , while the basis functions of the function space are assumed implicitly. Therefore, the function space covers all different functions which can be written as a linear combination of the following form

$\displaystyle f \left( \mathcal{P} \right) = \sum_{i=1}^{N} w_i \cdot f_i \left( \mathcal{P}\right) \; .$ (2.5)

The function space therefore represents the multitude of all possible functions which can be treated in the computer. From this point of view it is clear, that once the function and a special basis space are defined, only the coefficients need to be stored, whereas the shape of the basis functions is implicitly assumed.

In many cases the function space is defined in the following suggestive manner which is typical for finite difference schemes: Given a set of points $ \mathcal{P}_i$ , each of the base functions $ f_j$ of the function space $ \mathcal{F}$ is associated to one of the points $ \mathcal{P}_i$ in a way that the following equation holds true, where $ \delta_{i, j}$ denotes the Kronecker symbol.

$\displaystyle f_j \left( \mathcal{P}_i \right) = \delta_{i, j} \; ,$ (2.6)

For this reason, each weighting factor can be directly associated with the value of the function and the vector of these factors is understood as the set of points and their associated function values. Such an interpretation is very suggestive, because the rather abstract view on shape functions is replaced by direct function values, where the main problem is, however, that the information of the functional behavior between the points is lost. Differentiation, quadrature or the calculation of functionals is not possible from this point of view, because the information on the basis functions is ignored.

Finite element schemes [55] as well as boundary element schemes [56] define the underlying shape functions and then use form functionals, namely integrals, in order to determine the respective discrete dependences between the weighting factors of the functions. Even though the method can be written as an equation of weighting factors, the coupling of weighting coefficients strongly depends on the shape of the basis functions.

In contrast, finite difference schemes [57] and to some extent also finite volume schemes [33,58] do not explicitly define the underlying function space. They mainly rely on the discrete function values which are defined point-wise. Care has to be taken that for each discretization step the same interpolation scheme is used.



Subsections
Michael 2008-01-16