Home
last modified time | relevance | path

Searched refs:pSec (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplextree.c474 PetscSection childSec, pSec; in DMPlexTreeSymmetrize() local
482 pSec = mesh->parentSection; in DMPlexTreeSymmetrize()
483 if (!pSec) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexTreeSymmetrize()
484 PetscCall(PetscSectionGetStorageSize(pSec, &pSize)); in DMPlexTreeSymmetrize()
495 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)pSec), &childSec)); in DMPlexTreeSymmetrize()
506 PetscCall(PetscSectionGetChart(pSec, &pStart, &pEnd)); in DMPlexTreeSymmetrize()
510 PetscCall(PetscSectionGetDof(pSec, p, &dof)); in DMPlexTreeSymmetrize()
511 PetscCall(PetscSectionGetOffset(pSec, p, &off)); in DMPlexTreeSymmetrize()
1055 PetscSection pSec; in DMPlexGetTreeParent() local
1059 pSec = mesh->parentSection; in DMPlexGetTreeParent()
[all …]
H A Dplexsubmesh.c862 PetscSection pSec; in DMPlexShiftTree_Internal() local
868 PetscCall(DMPlexGetTree(dm, &pSec, &parents, &childIDs, NULL, NULL)); in DMPlexShiftTree_Internal()
869 if (pSec) { in DMPlexShiftTree_Internal()
874 PetscCall(PetscSectionGetChart(pSec, &pStart, &pEnd)); in DMPlexShiftTree_Internal()
889 PetscCall(PetscSectionGetDof(pSec, p, &dof)); in DMPlexShiftTree_Internal()
897 PetscCall(PetscSectionGetDof(pSec, p, &dof)); in DMPlexShiftTree_Internal()
901 PetscCall(PetscSectionGetOffset(pSec, p, &off)); in DMPlexShiftTree_Internal()