Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1964 PetscSection vSection; in DMPlexTreeRefineCell() local
1980 PetscCall(DMGetCoordinateSection(dm, &vSection)); in DMPlexTreeRefineCell()
1984 PetscCall(PetscSectionGetDof(vSection, v, &dof)); in DMPlexTreeRefineCell()
1985 PetscCall(PetscSectionGetOffset(vSection, v, &off)); in DMPlexTreeRefineCell()
1990 PetscCall(DMGetCoordinateSection(K, &vSection)); in DMPlexTreeRefineCell()
2003 PetscCall(PetscSectionGetOffset(vSection, vPerm, &off)); in DMPlexTreeRefineCell()