Lines Matching refs:refPointFieldN
1391 … numFields, maxFields, f, pRefStart, pRefEnd, p, *rows, *cols, maxDof, maxAnDof, **refPointFieldN; in DMPlexReferenceTreeGetChildrenMatrices() local
1409 PetscCall(PetscMalloc1(pRefEnd - pRefStart, &refPointFieldN)); in DMPlexReferenceTreeGetChildrenMatrices()
1422 PetscCall(PetscCalloc1(maxFields, &refPointFieldN[p - pRefStart])); in DMPlexReferenceTreeGetChildrenMatrices()
1454 refPointFieldN[p - pRefStart][f] = numCols; in DMPlexReferenceTreeGetChildrenMatrices()
1490 *childrenN = refPointFieldN; in DMPlexReferenceTreeGetChildrenMatrices()
1500 PetscInt **refPointFieldN; in DMPlexReferenceTreeRestoreChildrenMatrices() local
1506 refPointFieldN = *childrenN; in DMPlexReferenceTreeRestoreChildrenMatrices()
1534 PetscCall(PetscFree(refPointFieldN[p - pRefStart])); in DMPlexReferenceTreeRestoreChildrenMatrices()
1537 PetscCall(PetscFree(refPointFieldN)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1546 …art, pRefEnd, p, maxDof, maxAnDof, *perm, *iperm, pStart, pEnd, conStart, conEnd, **refPointFieldN; in DMPlexComputeAnchorMatrix_Tree_FromReference() local
1572 PetscCall(DMPlexReferenceTreeGetChildrenMatrices(refTree, &refPointFieldMats, &refPointFieldN)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1667 numCols = refPointFieldN[childid - pRefStart][f]; in DMPlexComputeAnchorMatrix_Tree_FromReference()
1755 …PetscCall(DMPlexReferenceTreeRestoreChildrenMatrices(refTree, &refPointFieldMats, &refPointFieldN)… in DMPlexComputeAnchorMatrix_Tree_FromReference()
2494 PetscInt **refPointFieldN; in DMPlexComputeInterpolatorTree() local
2672 PetscCall(DMPlexReferenceTreeGetChildrenMatrices(refTree, &refPointFieldMats, &refPointFieldN)); in DMPlexComputeInterpolatorTree()
2769 …PetscCheck(refPointFieldN[childId - pRefStart][f] == numInRows, PETSC_COMM_SELF, PETSC_ERR_PLIB, "… in DMPlexComputeInterpolatorTree()
2785 …PetscCheck(refPointFieldN[childId - pRefStart][0] == numInRows, PETSC_COMM_SELF, PETSC_ERR_PLIB, "… in DMPlexComputeInterpolatorTree()
2798 …etscCall(DMPlexReferenceTreeRestoreChildrenMatrices(refTree, &refPointFieldMats, &refPointFieldN)); in DMPlexComputeInterpolatorTree()
3947 PetscInt **refPointFieldN; in DMPlexTransferVecTree_Interpolate() local
3958 PetscCall(DMPlexReferenceTreeGetChildrenMatrices(refTree, &refPointFieldMats, &refPointFieldN)); in DMPlexTransferVecTree_Interpolate()
3994 …newOffsets[f + 1] = newOffsets[f] + ((childId == -1) ? rowDof : refPointFieldN[childId - pRefStart… in DMPlexTransferVecTree_Interpolate()
4001 newOffsets[1] = (childId == -1) ? lDof : refPointFieldN[childId - pRefStart][0]; in DMPlexTransferVecTree_Interpolate()
4022 …" PetscInt_FMT " maxDof %" PetscInt_FMT "\n",childId,numRows,numCols,refPointFieldN[childId - pRef… in DMPlexTransferVecTree_Interpolate()
4048 …etscCall(DMPlexReferenceTreeRestoreChildrenMatrices(refTree, &refPointFieldMats, &refPointFieldN)); in DMPlexTransferVecTree_Interpolate()