Lines Matching refs:iscoloring
66 ISColoring iscoloring; in SNESComputeJacobianDefaultColor() local
81 PetscCall(DMCreateColoring(dm, IS_COLORING_GLOBAL, &iscoloring)); in SNESComputeJacobianDefaultColor()
87 PetscCall(MatColoringApply(mc, &iscoloring)); in SNESComputeJacobianDefaultColor()
90 PetscCall(MatFDColoringCreate(B, iscoloring, &color)); in SNESComputeJacobianDefaultColor()
98 PetscCall(MatFDColoringSetUp(B, iscoloring, color)); in SNESComputeJacobianDefaultColor()
99 PetscCall(ISColoringDestroy(&iscoloring)); in SNESComputeJacobianDefaultColor()
148 ISColoring iscoloring; in SNESPruneJacobianColor() local
158 PetscCall(MatColoringApply(mc, &iscoloring)); in SNESPruneJacobianColor()
161 PetscCall(MatFDColoringCreate(B, iscoloring, &matfdcoloring)); in SNESPruneJacobianColor()
171 PetscCall(MatFDColoringSetUp(B, iscoloring, matfdcoloring)); in SNESPruneJacobianColor()
174 PetscCall(ISColoringDestroy(&iscoloring)); in SNESPruneJacobianColor()