Searched refs:weight_type (Results 1 – 4 of 4) sorted by relevance
85 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()
28 PetscCall(MatColoringSetWeightType(imc, mc->weight_type)); in MatColoringApply_Power()
319 switch (mc->weight_type) { in MatColoringCreateWeights()
693 MatColoringWeightType weight_type; /* type of weight computation to be performed */ member