Lines Matching refs:cSecRef
3516 PetscSection cSecRef; in DMPlexComputeInjectorTree() local
3532 PetscCall(DMGetDefaultConstraints(refTree, &cSecRef, NULL, NULL)); in DMPlexComputeInjectorTree()
3533 PetscCall(PetscSectionGetChart(cSecRef, &pRefStart, &pRefEnd)); in DMPlexComputeInjectorTree()
3623 PetscCall(PetscSectionGetFieldDof(cSecRef, childId, f, &fDof)); in DMPlexComputeInjectorTree()
3630 PetscCall(PetscSectionGetDof(cSecRef, childId, &cDof)); in DMPlexComputeInjectorTree()
3717 PetscCall(PetscSectionGetFieldDof(cSecRef, childId, f, &fDof)); in DMPlexComputeInjectorTree()
3724 PetscCall(PetscSectionGetDof(cSecRef, childId, &cDof)); in DMPlexComputeInjectorTree()
4065 PetscSection cSecRef; in DMPlexTransferVecTree_Inject() local
4082 PetscCall(DMGetDefaultConstraints(refTree, &cSecRef, NULL, NULL)); in DMPlexTransferVecTree_Inject()
4083 PetscCall(PetscSectionGetChart(cSecRef, &pRefStart, &pRefEnd)); in DMPlexTransferVecTree_Inject()
4172 PetscCall(PetscSectionGetFieldDof(cSecRef, childId, f, &fDof)); in DMPlexTransferVecTree_Inject()
4179 PetscCall(PetscSectionGetDof(cSecRef, childId, &cDof)); in DMPlexTransferVecTree_Inject()