Searched refs:cSecRef (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 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() [all …]
|