Lines Matching refs:fdcoloring
152 MatFDColoring fdcoloring; in TSComputeIJacobian_DMLocal() local
153 PetscCall(PetscObjectQuery((PetscObject)dm, "DMDASNES_FDCOLORING", (PetscObject *)&fdcoloring)); in TSComputeIJacobian_DMLocal()
154 if (!fdcoloring) { in TSComputeIJacobian_DMLocal()
158 PetscCall(MatFDColoringCreate(B, coloring, &fdcoloring)); in TSComputeIJacobian_DMLocal()
162 …PetscCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)(PetscVoidFn *)TSComputeIFunctio… in TSComputeIJacobian_DMLocal()
167 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)fdcoloring, ((PetscObject)dm)->prefix)); in TSComputeIJacobian_DMLocal()
168 PetscCall(MatFDColoringSetFromOptions(fdcoloring)); in TSComputeIJacobian_DMLocal()
169 PetscCall(MatFDColoringSetUp(B, coloring, fdcoloring)); in TSComputeIJacobian_DMLocal()
170 … PetscCall(PetscObjectCompose((PetscObject)dm, "DMDASNES_FDCOLORING", (PetscObject)fdcoloring)); in TSComputeIJacobian_DMLocal()
171 PetscCall(PetscObjectDereference((PetscObject)fdcoloring)); in TSComputeIJacobian_DMLocal()
181 PetscCall(MatFDColoringApply(B, fdcoloring, X, ts)); in TSComputeIJacobian_DMLocal()