This report describes a strategy for domain decomposition of a regular finite element grid to be calculated on a parallel computer with distributed memory. The strategy is implemented and performed with the program TRACE, which is a FORTRAN 77 written code for the simulation of hydrological problems. The parallelization of this program is based on the Schwarz method, which decomposes the global grid in several overlapping partial grids. Because of this decomposition method, some nodal points of the global finite element grid can exist in up to eight partial grids and must be locally calculated for each grid. To minimize this extra calculation due to the domain decomposition, a function will be defined, which allows to determine the decompos...