Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3207 PetscInt dim, cStart, cEnd, c, cEndInterior, maxNumFaces; in BuildGradientReconstruction_Internal() local
3214 PetscCall(DMPlexGetMaxSizes(dm, &maxNumFaces, NULL)); in BuildGradientReconstruction_Internal()
3215 PetscCall(PetscFVLeastSquaresSetMaxFaces(fvm, maxNumFaces)); in BuildGradientReconstruction_Internal()
3217 PetscCall(PetscMalloc3(maxNumFaces * dim, &dx, maxNumFaces * dim, &grad, maxNumFaces, &gref)); in BuildGradientReconstruction_Internal()
3268 PetscInt dim, cStart, cEnd, c, cEndInterior, fStart, fEnd, f, nStart, nEnd, maxNumFaces = 0; in BuildGradientReconstruction_Internal_Tree() local
3303 PetscCall(PetscSectionGetMaxDof(neighSec, &maxNumFaces)); in BuildGradientReconstruction_Internal_Tree()
3304 PetscCall(PetscFVLeastSquaresSetMaxFaces(fvm, maxNumFaces)); in BuildGradientReconstruction_Internal_Tree()
3335 PetscCall(PetscMalloc3(maxNumFaces * dim, &dx, maxNumFaces * dim, &grad, maxNumFaces, &gref)); in BuildGradientReconstruction_Internal_Tree()