Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c1597 PetscInt totl; in DMPlexView_Ascii() local
1599 totl = start[c + 1] - start[c]; in DMPlexView_Ascii()
1600 …PetscCall(ISGlobalToLocalMappingApply(g2l, IS_GTOLM_MASK, totl, adjacency + start[c], NULL, work)); in DMPlexView_Ascii()
1601 for (i = 0; i < totl; i++) { in DMPlexView_Ascii()