Searched refs:totl (Results 1 – 1 of 1) sorted by relevance
1597 PetscInt totl; in DMPlexView_Ascii() local1599 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()