Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dviewercgnsimpl.h17 PetscInt num_local_nodes, nStart, nEnd; member
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1935 …(DM dm, PetscInt *num_local_nodes, PetscInt *num_global_nodes, PetscInt *nStart, PetscInt *nEnd, c… in DMPlexCreateNodeNumbering() argument
1946 *nStart = -1; in DMPlexCreateNodeNumbering()
2002 *nStart = owned_start; in DMPlexCreateNodeNumbering()
2015 PetscInt cStart, cEnd, num_local_nodes, num_global_nodes, nStart, nEnd, fStart, fEnd; in DMView_PlexCGNS() local
2089 …PetscCall(DMPlexCreateNodeNumbering(cdm, &num_local_nodes, &num_global_nodes, &nStart, &nEnd, &nod… in DMView_PlexCGNS()
2123 PetscCall(PetscMalloc1(nEnd - nStart, &x)); in DMView_PlexCGNS()
2127 if (gn < nStart || nEnd <= gn) continue; in DMView_PlexCGNS()
2128 x[gn - nStart] = X[n * coord_dim + d]; in DMView_PlexCGNS()
2131 cgsize_t start = nStart + 1, end = nEnd; in DMView_PlexCGNS()
2178 cgv->nStart = nStart; in DMView_PlexCGNS()
[all …]
/petsc/src/dm/impls/plex/
H A Dplexegads.c1913 PetscInt nStart, nEnd; in DMPlexCreateGeom() local
1924 PetscCall(DMPlexGetHeightStratum(dm, 2, &nStart, &nEnd)); in DMPlexCreateGeom()
2026 PetscCall(DMLabelSetValue(bodyLabel, nStart + bodyVertexIndexStart + vID - 1, b)); in DMPlexCreateGeom()
2027 PetscCall(DMLabelSetValue(vertexLabel, nStart + bodyVertexIndexStart + vID - 1, vID)); in DMPlexCreateGeom()
2035 … PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, b)); in DMPlexCreateGeom()
2036 …PetscCall(DMLabelSetValue(edgeLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, eid)… in DMPlexCreateGeom()
2063 …PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
2064 …PetscCall(DMLabelSetValue(faceLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
2374 int fStart, fEnd, eStart, eEnd, nStart, nEnd; in DMPlexCreateGeom_Tess_Internal() local
2378 PetscCall(DMPlexGetHeightStratum(dm, 2, &nStart, &nEnd)); in DMPlexCreateGeom_Tess_Internal()
[all …]
H A Dplexgeometry.c3268 PetscInt dim, cStart, cEnd, c, cEndInterior, fStart, fEnd, f, nStart, nEnd, maxNumFaces = 0; in BuildGradientReconstruction_Internal_Tree() local
3305 nStart = 0; in BuildGradientReconstruction_Internal_Tree()
3307 PetscCall(PetscMalloc1(nEnd - nStart, &neighbors)); in BuildGradientReconstruction_Internal_Tree()