Searched refs:globalDofsArrayWithAll (Results 1 – 1 of 1) sorted by relevance
1215 PetscInt *globalDofsArrayWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local1469 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()