Home
last modified time | relevance | path

Searched defs:colors (Results 1 – 21 of 21) sorted by relevance

/petsc/share/petsc/saws/js/
H A Dmain.js14 var colors = ["black","red","blue","green"]; variable
H A DPETSc.js16 var colors = ["black","red","blue","green"]; variable
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Dperf_profile.m56 colors = ['b' 'r' 'k' 'm' 'c' 'g' 'y']; lines = {'-' '-.' '--'}; variable
/petsc/src/mat/graphops/color/impls/natural/
H A Dnatural.c7 ISColoringValue *colors; in MatColoringApply_Natural() local
/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c17 …gLocalDistanceOne_Private(MatColoring mc, PetscReal *wts, PetscInt *lperm, ISColoringValue *colors) in GreedyColoringLocalDistanceOne_Private()
170 …gLocalDistanceTwo_Private(MatColoring mc, PetscReal *wts, PetscInt *lperm, ISColoringValue *colors) in GreedyColoringLocalDistanceTwo_Private()
489 ISColoringValue *colors; in MatColoringApply_Greedy() local
/petsc/src/mat/tests/
H A Dex240.c9 PetscInt N, mx = 5, my = 4, i, j, nc, nrow, n, ncols, rstart, *colors, *map; in main() local
/petsc/src/vec/is/is/utils/
H A Discoloring.c199 …ColoringGetColors(ISColoring iscoloring, PetscInt *n, PetscInt *nc, const ISColoringValue **colors) in ISColoringGetColors()
239 ISColoringValue *colors = iscoloring->colors; in ISColoringGetIS() local
327 …SColoringCreate(MPI_Comm comm, PetscInt ncolors, PetscInt n, const ISColoringValue colors[], Petsc… in ISColoringCreate()
H A Disdiff.c561 PetscInt ncolors, *colors, leni, len, *xinds, *yinds, k; in ISListToPair() local
621 PetscInt *inds, *colors, llen, ilen, lstart, lend, lcount, l; in ISPairToList() local
/petsc/src/mat/graphops/color/utils/
H A Dvalid.c12 IS *colors; in MatColoringTest() local
/petsc/src/mat/graphops/color/impls/jp/
H A Djp.c129 …scErrorCode MCJPInitialLocalColor_Private(MatColoring mc, PetscInt *lperm, ISColoringValue *colors) in MCJPInitialLocalColor_Private()
267 …CJPMinColor_Private(MatColoring mc, ISColoringValue maxcolor, const ISColoringValue *colors, ISCol… in MCJPMinColor_Private()
/petsc/src/ts/tutorials/phasefield/
H A Dheat.c284 int colors[] = {PETSC_DRAW_YELLOW, PETSC_DRAW_RED, PETSC_DRAW_BLUE}; in MyMonitor() local
H A Dbiharmonic.c466 …int colors[] = {PETSC_DRAW_YELLOW, PETSC_DRAW_RED, PETSC_DRAW_BLUE, PETSC_DRAW_PLUM, PETS… in MyMonitor() local
/petsc/src/sys/classes/draw/utils/
H A Dlgc.c194 PetscErrorCode PetscDrawLGSetColors(PetscDrawLG lg, const int colors[]) in PetscDrawLGSetColors()
/petsc/src/dm/impls/redundant/
H A Ddmredundant.c179 ISColoringValue *colors; in DMCreateColoring_Redundant() local
/petsc/include/petsc/private/
H A Disimpl.h96 ISColoringValue *colors; /* for each column indicates color */ member
H A Ddrawimpl.h91 int nopts, dim, *colors; member
/petsc/src/dm/impls/da/
H A Dfdda.c266 ISColoringValue *colors; in DMCreateColoring_DA_2d_MPIAIJ() local
330 ISColoringValue *colors; in DMCreateColoring_DA_3d_MPIAIJ() local
394 ISColoringValue *colors; in DMCreateColoring_DA_1d_MPIAIJ() local
463 ISColoringValue *colors; in DMCreateColoring_DA_2d_5pt_MPIAIJ() local
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c351 int colors[] = {PETSC_DRAW_RED}; in VecView_Seq_Draw_LG() local
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c281 int colors[] = {PETSC_DRAW_RED}; in VecView_MPI_Draw_LG() local
/petsc/src/dm/impls/composite/
H A Dpack.c1487 ISColoringValue *colors; in DMCreateColoring_Composite() local
/petsc/src/dm/impls/plex/
H A Dplex.c1149 char **names, **colors, **lcolors; in DMPlexView_Ascii() local