Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2657 IS sorted, is[2], *is_00; in PCSetUp_HPDDM() local
2667 PetscCall(PCASMGetLocalSubdomains(data_00->levels[0]->pc, &n, &is_00, nullptr)); in PCSetUp_HPDDM()
2668 PetscCall(ISGetLocalSize(*is_00, &n)); in PCSetUp_HPDDM()
2670 } else is_00 = &data_00->is; in PCSetUp_HPDDM()
2685 …PetscCall(ISDuplicate(*is_00, &sorted)); /* during setup of the PC associated to the A00 block, th… in PCSetUp_HPDDM()