Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3269 PetscSection neighSec; in BuildGradientReconstruction_Internal_Tree() local
3278 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &neighSec)); in BuildGradientReconstruction_Internal_Tree()
3279 PetscCall(PetscSectionSetChart(neighSec, cStart, cEndInterior)); in BuildGradientReconstruction_Internal_Tree()
3298 if (cell >= cStart && cell < cEndInterior) PetscCall(PetscSectionAddDof(neighSec, cell, 1)); in BuildGradientReconstruction_Internal_Tree()
3302 PetscCall(PetscSectionSetUp(neighSec)); in BuildGradientReconstruction_Internal_Tree()
3303 PetscCall(PetscSectionGetMaxDof(neighSec, &maxNumFaces)); in BuildGradientReconstruction_Internal_Tree()
3306 PetscCall(PetscSectionGetStorageSize(neighSec, &nEnd)); in BuildGradientReconstruction_Internal_Tree()
3326 PetscCall(PetscSectionGetOffset(neighSec, cell, &off)); in BuildGradientReconstruction_Internal_Tree()
3341 PetscCall(PetscSectionGetDof(neighSec, c, &numFaces)); in BuildGradientReconstruction_Internal_Tree()
3342 PetscCall(PetscSectionGetOffset(neighSec, c, &off)); in BuildGradientReconstruction_Internal_Tree()
[all …]