Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2466 …abel vertexLabel, PetscInt value, DMLabel subpointMap, PetscInt *numFaces, PetscInt *nFV, DM subdm) in DMPlexMarkSubmesh_Uninterpolated() argument
2475 *nFV = 0; in DMPlexMarkSubmesh_Uninterpolated()
2517 if (!*nFV) PetscCall(DMPlexGetNumFaceVertices(dm, dim, numCorners, nFV)); in DMPlexMarkSubmesh_Uninterpolated()
2518 …PetscCheck(faceSize <= *nFV, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONG, "Invalid subme… in DMPlexMarkSubmesh_Uninterpolated()
2519 if (faceSize == *nFV) { in DMPlexMarkSubmesh_Uninterpolated()
2624 …name[], PetscInt value, DMLabel subpointMap, PetscInt *numFaces, PetscInt *nFV, PetscInt *subCells… in DMPlexMarkCohesiveSubmesh_Uninterpolated() argument
2632 *nFV = 0; in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2654 *nFV = hasLagrange ? coneSize / 3 : coneSize / 2; in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2666 for (p = 0; p < *nFV; ++p) PetscCall(DMLabelSetValue(subpointMap, cone[p], 0)); in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2668 PetscCall(DMPlexGetJoin(dm, *nFV, cone, &numCells, &cells)); in DMPlexMarkCohesiveSubmesh_Uninterpolated()
[all …]
H A Dplexpartition.c629 PetscInt nFV; in DMPlexCreateNeighborCSR() local
634 PetscCall(DMPlexGetNumFaceVertices(dm, cellDim, corners, &nFV)); in DMPlexCreateNeighborCSR()
636 numFaceVertices[numFaceCases++] = nFV; in DMPlexCreateNeighborCSR()