Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1212 PetscInt *asmArrayWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1262 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()