Home
last modified time | relevance | path

Searched refs:Mdomains (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1615 PetscErrorCode PCGASMCreateSubdomains2D(PC pc, PetscInt M, PetscInt N, PetscInt Mdomains, PetscInt … in PCGASMCreateSubdomains2D() argument
1651 for (i = 0; i < Mdomains; ++i) { in PCGASMCreateSubdomains2D()
1652 maxwidth = M / Mdomains + ((M % Mdomains) > i); /* Maximal width of subdomain */ in PCGASMCreateSubdomains2D()
1653 …PetscInt_FMT " subdomains in the horizontal direction for mesh width %" PetscInt_FMT, Mdomains, M); in PCGASMCreateSubdomains2D()
1683 for (i = 0; i < Mdomains; ++i) { in PCGASMCreateSubdomains2D()
1684 maxwidth = M / Mdomains + ((M % Mdomains) > i); /* Maximal width of subdomain */ in PCGASMCreateSubdomains2D()
1685 …PetscInt_FMT " subdomains in the horizontal direction for mesh width %" PetscInt_FMT, Mdomains, M); in PCGASMCreateSubdomains2D()