Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h334 PETSC_EXTERN PetscErrorCode DMPlexGetNumFaceVertices(DM, PetscInt, PetscInt, PetscInt *);
/petsc/src/dm/impls/plex/
H A Dplexpartition.c634 PetscCall(DMPlexGetNumFaceVertices(dm, cellDim, corners, &nFV)); in DMPlexCreateNeighborCSR()
H A Dplexsubmesh.c2517 if (!*nFV) PetscCall(DMPlexGetNumFaceVertices(dm, dim, numCorners, nFV)); in DMPlexMarkSubmesh_Uninterpolated()
H A Dplex.c5310 PetscErrorCode DMPlexGetNumFaceVertices(DM dm, PetscInt cellDim, PetscInt numCorners, PetscInt *num… in DMPlexGetNumFaceVertices() function