Searched refs:asmArrayWithAll (Results 1 – 1 of 1) sorted by relevance
1212 PetscInt *asmArrayWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local1262 PetscCall(PetscMalloc1(numDofs, &asmArrayWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()1610 asmArrayWithAll[asmKey] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()1622 if (isNonlinear) PetscCall(PetscArraycpy(asmArrayWithAll, dofsArrayWithAll, numDofs)); in PCPatchCreateCellPatchDiscretisationInfo()1690 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numDofs, asmArrayWithAll, PETSC_OWN_POINTER, &patch->do… in PCPatchCreateCellPatchDiscretisationInfo()