3. Differential Equations

In this chapter discretization schemes for differential equations are discussed in the context of the formalism introduced in the previous chapter. By now it was shown how functions are introduced to the computer, how functions can be evaluated, added and transformed to other bases. The main focus of the following sections is to show that all discretization schemes which are used for the discretization of differential equations can be formalized in the same manner using the formalusm presented in the previous chapter.

As will be discussed in Chapter 4, the outcome of a discretization scheme is an equation system, where the number of equations equals the dimension of the used function space. In order to fulfill this requirement an association scheme for equations and unknown variables is introduced. This association is based on the consideration that each basis function has one equation on which the coefficient of the respective function has the most influence. Such considerations are also referred to as control functions.

In the following sections the methods of formula specification of Chapter 2 are used in order to form expressions according to the respective discretization scheme. It shall be shown that typical discretization schemes can be specified using the formalism introduced. Moreover, the formalism implies a view on how the discretization scheme directly influences the underlying data structure. Each discretization scheme imposes different requirements on the underlying data structures with respect to traversal and storage of the quantities. A discussion on how the data structures can be chosen in an appropriate manner can be seen in Section 2.5.

In each of the sections the Laplace equation on a two-dimensional triangularly tessellated simulation domain is investigated and formulated.



Subsections