Lines Matching refs:fdcoloring
151 MatFDColoring fdcoloring; in SNESComputeJacobian_DMLocal() local
152 PetscCall(PetscObjectQuery((PetscObject)dm, "DMDASNES_FDCOLORING", (PetscObject *)&fdcoloring)); in SNESComputeJacobian_DMLocal()
153 if (!fdcoloring) { in SNESComputeJacobian_DMLocal()
157 PetscCall(MatFDColoringCreate(B, coloring, &fdcoloring)); in SNESComputeJacobian_DMLocal()
161 …PetscCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)SNESComputeFunction_DMLocal, dml… in SNESComputeJacobian_DMLocal()
166 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)fdcoloring, ((PetscObject)dm)->prefix)); in SNESComputeJacobian_DMLocal()
167 PetscCall(MatFDColoringSetFromOptions(fdcoloring)); in SNESComputeJacobian_DMLocal()
168 PetscCall(MatFDColoringSetUp(B, coloring, fdcoloring)); in SNESComputeJacobian_DMLocal()
169 … PetscCall(PetscObjectCompose((PetscObject)dm, "DMDASNES_FDCOLORING", (PetscObject)fdcoloring)); in SNESComputeJacobian_DMLocal()
170 PetscCall(PetscObjectDereference((PetscObject)fdcoloring)); in SNESComputeJacobian_DMLocal()
180 PetscCall(MatFDColoringApply(B, fdcoloring, X, snes)); in SNESComputeJacobian_DMLocal()