Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c1139 const char *defcolors[3] = {"gray", "orange", "green"}; in DMPlexView_Ascii() local
1183 for (c = 0; c < numColors; ++c) PetscCall(PetscStrallocpy(defcolors[c], &colors[c])); in DMPlexView_Ascii()