Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1574 PetscInt i, j, height, width, ystart, xstart, yleft, yright, xleft, xright, loc_outer; in PCASMCreateSubdomains2D() local
1584 loc_outer = 0; in PCASMCreateSubdomains2D()
1607 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, nidx, idx, PETSC_COPY_VALUES, (*is) + loc_outer)); in PCASMCreateSubdomains2D()
1609 PetscCall(PetscObjectReference((PetscObject)(*is)[loc_outer])); in PCASMCreateSubdomains2D()
1611 (*is_local)[loc_outer] = (*is)[loc_outer]; in PCASMCreateSubdomains2D()
1616 … PetscCall(ISCreateGeneral(PETSC_COMM_SELF, loc, idx, PETSC_COPY_VALUES, *is_local + loc_outer)); in PCASMCreateSubdomains2D()
1620 loc_outer++; in PCASMCreateSubdomains2D()