Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c2973 PetscSection sectionFace, sectionCell; in DMPlexComputeGeometryFVM() local
3008 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &sectionFace)); in DMPlexComputeGeometryFVM()
3010 PetscCall(PetscSectionSetChart(sectionFace, fStart, fEnd)); in DMPlexComputeGeometryFVM()
3011 …for (f = fStart; f < fEnd; ++f) PetscCall(PetscSectionSetDof(sectionFace, f, (PetscInt)PetscCeilRe… in DMPlexComputeGeometryFVM()
3012 PetscCall(PetscSectionSetUp(sectionFace)); in DMPlexComputeGeometryFVM()
3013 PetscCall(DMSetLocalSection(dmFace, sectionFace)); in DMPlexComputeGeometryFVM()
3014 PetscCall(PetscSectionDestroy(&sectionFace)); in DMPlexComputeGeometryFVM()