Searched refs:dofMappingWithoutToWithArtificial (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 92 IS *dofMappingWithoutToWithArtificial; member
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 2447 …PetscCall(MatCreateSubMatrix(matSquare, rowis, patch->dofMappingWithoutToWithArtificial[i], MAT_RE… in PCSetUp_PATCH_Linear() 2449 …PetscCall(MatCreateSubMatrix(matSquare, rowis, patch->dofMappingWithoutToWithArtificial[i], MAT_IN… in PCSetUp_PATCH_Linear() 2549 …_MULTIPLICATIVE) PetscCall(PetscMalloc1(patch->npatch, &patch->dofMappingWithoutToWithArtificial)); in PCSetUp_PATCH() 2572 patch->dofMappingWithoutToWithArtificial[p - pStart] = NULL; in PCSetUp_PATCH() 2589 …ArtificialToWithArtificialArray, PETSC_OWN_POINTER, &patch->dofMappingWithoutToWithArtificial[p - … in PCSetUp_PATCH() 2755 …PetscCall(MatCreateSubMatrix(matSquare, rowis, patch->dofMappingWithoutToWithArtificial[i], MAT_IN… in PCUpdateMultiplicative_PATCH_Linear() 2936 if (patch->dofMappingWithoutToWithArtificial) { in PCReset_PATCH() 2937 …(i = 0; i < patch->npatch; ++i) PetscCall(ISDestroy(&patch->dofMappingWithoutToWithArtificial[i])); in PCReset_PATCH() 2938 PetscCall(PetscFree(patch->dofMappingWithoutToWithArtificial)); in PCReset_PATCH() 3223 patch->dofMappingWithoutToWithArtificial = NULL; in PCCreate_Patch()
|