Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c131 PetscInt *htpoints = NULL; in PCPatchConstruct_Pardecomp() local
136 PetscCall(PetscMalloc1(htsize, &htpoints)); in PCPatchConstruct_Pardecomp()
137 PetscCall(PetscHSetIGetElems(ht, &index, htpoints)); in PCPatchConstruct_Pardecomp()
140 PetscInt hpoint = htpoints[i]; in PCPatchConstruct_Pardecomp()
159 PetscCall(PetscFree(htpoints)); in PCPatchConstruct_Pardecomp()