Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c85 mc->weight_type = MAT_COLORING_WEIGHT_RANDOM; in MatColoringCreate()
212 …SetWeightType", MatColoringWeightTypes, (PetscEnum)mc->weight_type, (PetscEnum *)&mc->weight_type,… in MatColoringSetFromOptions()
410 …ll(PetscViewerASCIIPrintf(viewer, " Weight type: %s\n", MatColoringWeightTypes[mc->weight_type])); in MatColoringView()
436 mc->weight_type = wt; in MatColoringSetWeightType()
/petsc/src/mat/graphops/color/impls/power/
H A Dpower.c28 PetscCall(MatColoringSetWeightType(imc, mc->weight_type)); in MatColoringApply_Power()
/petsc/src/mat/graphops/color/utils/
H A Dweights.c319 switch (mc->weight_type) { in MatColoringCreateWeights()
/petsc/include/petsc/private/
H A Dmatimpl.h693 MatColoringWeightType weight_type; /* type of weight computation to be performed */ member