Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/adaptors/pragmatic/
H A Dpragmaticadapt.c14 IS bdIS, globalVertexNum; in DMAdaptMetric_Pragmatic_Plex() local
80 PetscCall(DMPlexGetVertexNumbering(udm, &globalVertexNum)); in DMAdaptMetric_Pragmatic_Plex()
81 PetscCall(ISGetIndices(globalVertexNum, &gV)); in DMAdaptMetric_Pragmatic_Plex()
86 PetscCall(ISRestoreIndices(globalVertexNum, &gV)); in DMAdaptMetric_Pragmatic_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c24 IS globalVertexNum; in DMAdaptMetric_ParMmg_Plex() local
313 PetscCall(DMPlexGetVertexNumbering(dm, &globalVertexNum)); in DMAdaptMetric_ParMmg_Plex()
314 PetscCall(ISGetIndices(globalVertexNum, &gV)); in DMAdaptMetric_ParMmg_Plex()
333 PetscCall(ISRestoreIndices(globalVertexNum, &gV)); in DMAdaptMetric_ParMmg_Plex()