Lecture 7
Multidimensional FEM. The triangulation. The coordinate transformations.
19 The triangulation
In contrast to the one-dimensional case, the problem of dividing an arbitrary
multi-dimensional domain into some number of elements (i.e. the triangu-
lation problem) is rather complicated and requires a special consideration.
This problem becomes even more complicated as we restrict ourselves to the
regular families of the finite elements that is necessary to achieve an accept-
able accuracy for the solution (see the previous lecture). The triangulation
problem belongs to the field of the computational geometry. Depending on
the properties of the domain and the accuracy required, the time spent for
the triangulation can amount for an appreciably part of the whole FEM
calculation time.
In this section, we briefly review ideas of the main methods used for the
triangulation. More information can be found in bo oks [5, 7].
19.1 Division into subdomains, Cock’s method
The triangulation here is done in three steps:
• Description of the domain geometry
• Division of the domain into subdomains
• Division of the subdomains into finite elements
The main stage is the second stage. Here we put a number of points on
the domain boundary and then join these points by straight lines. Then
these points can be recalculated into curved domain with the coordinate
transformation, see Fig. 25. The crossing points can be calculated as
u
ij
=
(u
i,j
max
− u
i,j
min
)(v
i
min
,j
+ u
i,j
min
)
1 − (u
i,j
max
− u
i,j
min
)(v
i
max
,j
+ v
i
min
,j
)
,
72