Lines Matching refs:PetscSectionGetDof

290     PetscCall(PetscSectionGetDof(unionSection, p - pRefStart + (pEnd - pStart), &uDof));  in DMPlexCreateReferenceTree_Union()
325 PetscCall(PetscSectionGetDof(unionSection, p - pRefStart + (pEnd - pStart), &uDof)); in DMPlexCreateReferenceTree_Union()
333 PetscCall(PetscSectionGetDof(unionSection, e - pRefStart + (pEnd - pStart), &eDof)); in DMPlexCreateReferenceTree_Union()
370 PetscCall(PetscSectionGetDof(unionSection, v - pRefStart + (pEnd - pStart), &vDof)); in DMPlexCreateReferenceTree_Union()
389 PetscCall(PetscSectionGetDof(unionSection, p - pRefStart + (pEnd - pStart), &uDof)); in DMPlexCreateReferenceTree_Union()
399 PetscCall(PetscSectionGetDof(unionSection, p - pRefStart + (pEnd - pStart), &uDof)); in DMPlexCreateReferenceTree_Union()
510 PetscCall(PetscSectionGetDof(pSec, p, &dof)); in DMPlexTreeSymmetrize()
544 PetscCall(PetscSectionGetDof(section, p, &dof)); in AnchorsFlatten()
557 PetscCall(PetscSectionGetDof(section, p, &dof)); in AnchorsFlatten()
562 if (q >= pStart && q < pEnd) PetscCall(PetscSectionGetDof(section, q, &qDof)); in AnchorsFlatten()
574 PetscCall(PetscSectionGetDof(section, p, &dof)); in AnchorsFlatten()
576 PetscCall(PetscSectionGetDof(secNew, p, &dofNew)); in AnchorsFlatten()
583 PetscCall(PetscSectionGetDof(section, q, &qDof)); in AnchorsFlatten()
628 PetscCall(PetscSectionGetDof(secNew, p, &dof)); in AnchorsFlatten()
637 PetscCall(PetscSectionGetDof(secNew, p, &dof)); in AnchorsFlatten()
831 PetscCall(PetscSectionGetDof(mesh->supportSection, p, &dof)); in DMPlexTreeExchangeSupports()
833 PetscCall(PetscSectionGetDof(newSupportSection, p, &newDof)); in DMPlexTreeExchangeSupports()
852 PetscCall(PetscSectionGetDof(mesh->supportSection, q, &qdof)); in DMPlexTreeExchangeSupports()
1063 PetscCall(PetscSectionGetDof(pSec, point, &dof)); in DMPlexGetTreeParent()
1102 …if (childSec && point >= childSec->pStart && point < childSec->pEnd) PetscCall(PetscSectionGetDof(… in DMPlexGetTreeChildren()
1252 PetscCall(PetscSectionGetDof(cSec, p, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1282 PetscCall(PetscSectionGetDof(section, p, &dof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1294 PetscCall(PetscSectionGetDof(section, p, &dof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1310 PetscCall(PetscSectionGetDof(cSec, p, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1316 PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1327 PetscCall(PetscSectionGetDof(section, a, &aSecDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1418 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1432 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1448 PetscCall(PetscSectionGetDof(refSection, q, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1469 PetscCall(PetscSectionGetDof(refSection, q, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1519 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1528 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1634 PetscCall(PetscSectionGetDof(conSec, point, &pointDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1647 PetscCall(PetscSectionGetDof(conSec, point, &cDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1685 PetscCall(PetscSectionGetDof(section, q, &aDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1688 PetscCall(PetscSectionGetDof(conSec, q, &qConDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1984 PetscCall(PetscSectionGetDof(vSection, v, &dof)); in DMPlexTreeRefineCell()
2096 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexComputeInterpolatorTree()
2103 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexComputeInterpolatorTree()
2147 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexComputeInterpolatorTree()
2149 if (p >= aStart && p < aEnd) PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexComputeInterpolatorTree()
2150 if (p >= cStart && p < cEnd) PetscCall(PetscSectionGetDof(cSec, p, &cDof)); in DMPlexComputeInterpolatorTree()
2160 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexComputeInterpolatorTree()
2203 PetscCall(PetscSectionGetDof(localCoarse, anchor, &aLocalDof)); in DMPlexComputeInterpolatorTree()
2242 PetscCall(PetscSectionGetDof(rootIndicesSec, p, &numColIndices)); in DMPlexComputeInterpolatorTree()
2253 PetscCall(PetscSectionGetDof(rootMatricesSec, p, &matSize)); in DMPlexComputeInterpolatorTree()
2258 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexComputeInterpolatorTree()
2285 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexComputeInterpolatorTree()
2373 PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexComputeInterpolatorTree()
2516 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree()
2522 PetscCall(PetscSectionGetDof(leafIndicesSec, p, &numColIndices)); in DMPlexComputeInterpolatorTree()
2572 PetscCall(PetscSectionGetDof(leafMatricesSec, p, &matSize)); in DMPlexComputeInterpolatorTree()
2685 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree()
2690 PetscCall(PetscSectionGetDof(leafIndicesSec, p, &numColIndices)); in DMPlexComputeInterpolatorTree()
2714 PetscCall(PetscSectionGetDof(leafMatricesSec, p, &matSize)); in DMPlexComputeInterpolatorTree()
2868 PetscCall(PetscSectionGetDof(section, child, &dof)); in DMPlexComputeInjectorReferenceTree()
2871 PetscCall(PetscSectionGetDof(section, p, &numSelfDof)); in DMPlexComputeInjectorReferenceTree()
2912 PetscCall(PetscSectionGetDof(section, child, &dof)); in DMPlexComputeInjectorReferenceTree()
2915 PetscCall(PetscSectionGetDof(section, p, &numSelfDof)); in DMPlexComputeInjectorReferenceTree()
3010 PetscCall(PetscSectionGetDof(cSection, child, &dof)); in DMPlexComputeInjectorReferenceTree()
3178 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3179 PetscCall(PetscSectionGetDof(refSection, parent, &parentDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3190 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3203 PetscCall(PetscSectionGetDof(refSection, parent, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3239 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3240 PetscCall(PetscSectionGetDof(refSection, parent, &parentDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3249 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3304 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexTransferInjectorTree()
3309 PetscCall(PetscSectionGetDof(localFine, p, &dof)); in DMPlexTransferInjectorTree()
3320 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexTransferInjectorTree()
3412 PetscCall(PetscSectionGetDof(leafIndicesSec, p, &dof)); in DMPlexTransferInjectorTree()
3451 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexTransferInjectorTree()
3457 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexTransferInjectorTree()
3563 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexComputeInjectorTree()
3584 PetscCall(PetscSectionGetDof(multiRootSec, p, &numLeaves)); in DMPlexComputeInjectorTree()
3591 PetscCall(PetscSectionGetDof(rootIndicesSec, l, &numIndices)); in DMPlexComputeInjectorTree()
3630 PetscCall(PetscSectionGetDof(cSecRef, childId, &cDof)); in DMPlexComputeInjectorTree()
3667 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexComputeInjectorTree()
3688 PetscCall(PetscSectionGetDof(multiRootSec, p, &numLeaves)); in DMPlexComputeInjectorTree()
3695 PetscCall(PetscSectionGetDof(rootIndicesSec, l, &numIndices)); in DMPlexComputeInjectorTree()
3724 PetscCall(PetscSectionGetDof(cSecRef, childId, &cDof)); in DMPlexComputeInjectorTree()
3789 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexTransferVecTree_Interpolate()
3797 PetscCall(PetscSectionGetDof(globalFine, p, &dof)); in DMPlexTransferVecTree_Interpolate()
3855 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexTransferVecTree_Interpolate()
3866 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexTransferVecTree_Interpolate()
3871 PetscCall(PetscSectionGetDof(localCoarse, p, &numValues)); in DMPlexTransferVecTree_Interpolate()
3894 PetscCall(PetscSectionGetDof(rootValuesSec, p, &numValues)); in DMPlexTransferVecTree_Interpolate()
3917 PetscCall(PetscSectionGetDof(localCoarse, p, &lDof)); in DMPlexTransferVecTree_Interpolate()
3971 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexTransferVecTree_Interpolate()
3972 PetscCall(PetscSectionGetDof(localFine, p, &lDof)); in DMPlexTransferVecTree_Interpolate()
3976 PetscCall(PetscSectionGetDof(leafValuesSec, p, &numValues)); in DMPlexTransferVecTree_Interpolate()
4116 PetscCall(PetscSectionGetDof(globalCoarse, p, &dof)); in DMPlexTransferVecTree_Inject()
4119 PetscCall(PetscSectionGetDof(localCoarse, p, &dof)); in DMPlexTransferVecTree_Inject()
4138 PetscCall(PetscSectionGetDof(multiRootSec, p, &numLeaves)); in DMPlexTransferVecTree_Inject()
4146 PetscCall(PetscSectionGetDof(rootIndicesSec, l, &numIndices)); in DMPlexTransferVecTree_Inject()
4179 PetscCall(PetscSectionGetDof(cSecRef, childId, &cDof)); in DMPlexTransferVecTree_Inject()