Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsection.c47 PetscInt sph, spdepth; in DMPlexCreateSectionFields() local
51 PetscCall(DMPlexGetDepth(K, &spdepth)); in DMPlexCreateSectionFields()
53 for (sph = 0; sph <= spdepth; sph++) { in DMPlexCreateSectionFields()
56 PetscInt kConeSize, h = sph + (depth - spdepth); in DMPlexCreateSectionFields()