Searched refs:isLabeled (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1270 PetscBool isLabeled = PETSC_FALSE; in DMPlexView_Ascii() local 1298 isLabeled = PETSC_TRUE; in DMPlexView_Ascii() 1305 …FMT "_%d) [fill,inner sep=%dpt,shape=circle,color=%s] {};\n", v, rank, !isLabeled ? 1 : 2, color)); in DMPlexView_Ascii() 1429 PetscBool isLabeled = PETSC_FALSE; in DMPlexView_Ascii() local 1466 isLabeled = PETSC_TRUE; in DMPlexView_Ascii() 1473 …FMT "_%d) [fill,inner sep=%dpt,shape=circle,color=%s] {};\n", c, rank, !isLabeled ? 1 : 2, color)); in DMPlexView_Ascii()
|