Difference between revisions of "Domain Decomposition"
From MohidWiki
m (moved Domain Composition to Domain Decomposition: Name correction) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | The Domaim | + | The Domaim Decomposition project aim is to enable Mohid's paralelization using MPI. Domain Decomposition divides a domain in a arbitrary number of subdomains that communicate among them. In the frontier between two subdomains border condtions are exchanged reciprocally between them. |
== Subdomains == | == Subdomains == | ||
− | The | + | The domain decomposition project will start with the following subdomain charactistics: |
− | # Subdomains are derived from a domain dividing it through straight lines in the indexes' directions (usually horizontal or vertical lines). Submodels inherit indexes from the initial domain | + | # Subdomains are derived from a domain dividing it through straight lines in the indexes' directions (usually horizontal or vertical lines). Submodels inherit indexes from the initial domain. |
− |
Latest revision as of 18:58, 30 November 2014
The Domaim Decomposition project aim is to enable Mohid's paralelization using MPI. Domain Decomposition divides a domain in a arbitrary number of subdomains that communicate among them. In the frontier between two subdomains border condtions are exchanged reciprocally between them.
Subdomains
The domain decomposition project will start with the following subdomain charactistics:
- Subdomains are derived from a domain dividing it through straight lines in the indexes' directions (usually horizontal or vertical lines). Submodels inherit indexes from the initial domain.