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