Modulefpreviousupnextcontents[BIG][Normal][small]
Next: Part II: The modules Up: 1 Solution of linear systems Prev: 1.4 Solution by domain decomposition Contents


1.5 Correspondence: operator-module

The solution of a linear system consists of several steps which can be decomposed into several mathematical operators:

The construction of the matrix can be decomposed into:

depending on the method chosen, direct or iterative, the solution can also be decomposed into several operators:

For the particular case of the domain decomposition method, all the above operators are used, as this algorithm performs iterations on the unknowns on the sub-domain interfaces, the unknowns inside the sub-domains being recomputed at each iteration by a direct method.

This sequence can be summarized as follows:

As a function of the type of method chosen, on the one hand, and the matrix characteristics, on the other hand, there are several modules in library RESO corresponding to each operator:

For the case of a domain decomposition method, we need to use specific operators (super modules that use the preceding algorithms):


Modulefpreviousupnextcontents[BIG][Normal][small]
Next: Part II: The modules Up: 1 Solution of linear systems Prev: 1.4 Solution by domain decomposition Contents