Searched refs:DMPlexCreateVertexNumbering_Internal (Results 1 – 2 of 2) sorted by relevance
367 PETSC_INTERN PetscErrorCode DMPlexCreateVertexNumbering_Internal(DM, PetscBool, IS *);
9064 PetscErrorCode DMPlexCreateVertexNumbering_Internal(DM dm, PetscBool includeHybrid, IS *globalVerte… in DMPlexCreateVertexNumbering_Internal() function9094 …if (!mesh->globalVertexNumbers) PetscCall(DMPlexCreateVertexNumbering_Internal(dm, PETSC_FALSE, &m… in DMPlexGetVertexNumbering()