Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1211 PetscInt *asmArrayWithArtificial = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1251 PetscCall(PetscMalloc1(numDofs, &asmArrayWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1606 asmArrayWithArtificial[asmKey] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1621 …ion_type == PC_COMPOSITE_MULTIPLICATIVE) PetscCall(PetscArraycpy(asmArrayWithArtificial, dofsArray… in PCPatchCreateCellPatchDiscretisationInfo()
1685 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numDofs, asmArrayWithArtificial, PETSC_OWN_POINTER, &pa… in PCPatchCreateCellPatchDiscretisationInfo()