Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1215 PetscInt *globalDofsArrayWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1469 PetscCall(PetscMalloc1(numGlobalDofsWithAll, &globalDofsArrayWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1546 if (globalDof >= 0) globalDofsArrayWithAll[goff + localDof] = globalDof; in PCPatchCreateCellPatchDiscretisationInfo()
1689 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numGlobalDofsWithAll, globalDofsArrayWithAll, PETSC_OWN… in PCPatchCreateCellPatchDiscretisationInfo()