Lines Matching refs:refConSec
1393 PetscSection refConSec, refAnSec, refSection; in DMPlexReferenceTreeGetChildrenMatrices() local
1403 PetscCall(DMGetDefaultConstraints(refTree, &refConSec, &refCmat, NULL)); in DMPlexReferenceTreeGetChildrenMatrices()
1407 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeGetChildrenMatrices()
1410 PetscCall(PetscSectionGetMaxDof(refConSec, &maxDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1418 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1428 PetscCall(PetscSectionGetFieldDof(refConSec, p, f, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1429 PetscCall(PetscSectionGetFieldOffset(refConSec, p, f, &cOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1432 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1433 PetscCall(PetscSectionGetOffset(refConSec, p, &cOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1503 PetscSection refConSec; in DMPlexReferenceTreeRestoreChildrenMatrices() local
1513 PetscCall(DMGetDefaultConstraints(refTree, &refConSec, NULL, NULL)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1514 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1519 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1526 PetscCall(PetscSectionGetFieldDof(refConSec, p, f, &cDof)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1528 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1548 PetscSection refConSec, refAnSec, anSec; in DMPlexComputeAnchorMatrix_Tree_FromReference() local
1561 PetscCall(DMGetDefaultConstraints(refTree, &refConSec, &refCmat, NULL)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1565 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1567 PetscCall(PetscSectionGetMaxDof(refConSec, &maxDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
2496 PetscSection refConSec, refAnSec; in DMPlexComputeInterpolatorTree() local
2673 PetscCall(DMGetDefaultConstraints(refTree, &refConSec, NULL, NULL)); in DMPlexComputeInterpolatorTree()
2675 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexComputeInterpolatorTree()
2676 PetscCall(PetscSectionGetMaxDof(refConSec, &maxConDof)); in DMPlexComputeInterpolatorTree()
3162 PetscSection refConSec, refSection; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local
3167 PetscCall(DMGetDefaultConstraints(refTree, &refConSec, NULL, NULL)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3169 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3171 PetscCall(PetscSectionGetMaxDof(refConSec, &maxDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3178 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3187 PetscCall(PetscSectionGetFieldDof(refConSec, p, f, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3188 PetscCall(PetscSectionGetFieldOffset(refConSec, p, f, &cOff)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3190 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3191 PetscCall(PetscSectionGetOffset(refConSec, p, &cOff)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3225 PetscSection refConSec, refSection; in DMPlexReferenceTreeRestoreChildrenMatrices_Injection() local
3233 PetscCall(DMGetDefaultConstraints(refTree, &refConSec, NULL, NULL)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3234 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3239 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3247 PetscCall(PetscSectionGetFieldDof(refConSec, p, f, &cDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3249 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3949 PetscSection refConSec, refAnSec; in DMPlexTransferVecTree_Interpolate() local
3959 PetscCall(DMGetDefaultConstraints(refTree, &refConSec, NULL, NULL)); in DMPlexTransferVecTree_Interpolate()
3961 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexTransferVecTree_Interpolate()