Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c3853 PetscInt Njunctions = 0, Ncuts = 0, Npipes[3], vcount; in DMPlexCreateTPSMesh_Internal() local
3859 Njunctions = extent[0] * extent[1] * extent[2]; in DMPlexCreateTPSMesh_Internal()
3861 numVertices = 4 * (Npipes[0] + Npipes[1] + Npipes[2]) + 8 * Njunctions; in DMPlexCreateTPSMesh_Internal()
3863 PetscCall(PetscMalloc1(Njunctions, &cells)); in DMPlexCreateTPSMesh_Internal()
3957 numFaces = 24 * Njunctions; in DMPlexCreateTPSMesh_Internal()