Home
last modified time | relevance | path

Searched defs:wts (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c17 static PetscErrorCode GreedyColoringLocalDistanceOne_Private(MatColoring mc, PetscReal *wts, PetscI… in GreedyColoringLocalDistanceOne_Private()
170 static PetscErrorCode GreedyColoringLocalDistanceTwo_Private(MatColoring mc, PetscReal *wts, PetscI… in GreedyColoringLocalDistanceTwo_Private()
491 PetscReal *wts; in MatColoringApply_Greedy() local
/petsc/src/mat/graphops/color/utils/
H A Dweights.c312 PetscReal *wts; in MatColoringCreateWeights() local
/petsc/src/snes/tutorials/
H A Dex16.c59 const PetscReal wts[NQ] = {0.5, 0.5}; variable