Before describing the solution, the domain on which it is sought must be partitioned into the simplest non-intersecting elements — simplices. The ways of building such partitions are discussed in detail in the chapter “Partitioning the geometry into simplices”, so here we only briefly recall the result we will rely on.
In the one-dimensional case the simplex is a segment. The interval on which the solution is sought is split into simplex segments ; unlike the finite difference method, their lengths may differ. The construction of these segments is described in the section “Segmentation”. An example is shown in figure Segment simplices: the length of simplex equals .
In the two-dimensional case the simplex is a triangle. The domain is partitioned into non-intersecting triangles by the constrained Delaunay triangulation — see the section “Triangulation”. An example is shown in figure Triangle simplices.
In the three-dimensional case the simplex is a tetrahedron. The domain is partitioned into non-intersecting tetrahedra ; the corresponding procedure is discussed in the section “Tetrahedralization”. The minimal simplex and its face-sharing neighbour are shown in figure Tetrahedron simplices.
Once the domain is partitioned into simplices, the solution must be described on each of them.