Searched refs:sectionFace (Results 1 – 1 of 1) sorted by relevance
2973 PetscSection sectionFace, sectionCell; in DMPlexComputeGeometryFVM() local3008 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), §ionFace)); 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(§ionFace)); in DMPlexComputeGeometryFVM()