Lines Matching refs:subspaceOffsets
504 …etscInt *nodesPerCell, const PetscInt **cellNodeMap, const PetscInt *subspaceOffsets, PetscInt num… in PCPatchSetDiscretisationInfo() argument
521 PetscCall(PetscMalloc1(nsubspaces + 1, &patch->subspaceOffsets)); in PCPatchSetDiscretisationInfo()
534 patch->subspaceOffsets[i] = subspaceOffsets[i]; in PCPatchSetDiscretisationInfo()
539 patch->subspaceOffsets[nsubspaces] = subspaceOffsets[nsubspaces]; in PCPatchSetDiscretisationInfo()
560 PetscCall(PetscCalloc1(patch->nsubspaces + 1, &patch->subspaceOffsets)); in PCPatchSetDiscretisationInfoCombined()
563 …PetscCall(PetscSectionGetStorageSize(patch->dofSection[0], &patch->subspaceOffsets[patch->nsubspac… in PCPatchSetDiscretisationInfoCombined()
847 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchGetPointDofs()
1369 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo()
1488 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo()
1590 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo()
2539 localSize = patch->subspaceOffsets[patch->nsubspaces]; in PCSetUp_PATCH()
2912 PetscCall(PetscFree(patch->subspaceOffsets)); in PCReset_PATCH()