Searched refs:interpsol (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dm.c | 2540 PetscErrorCode (*interpsol)(DM, DM, Mat, Vec, Vec) = NULL; in DMInterpolateSolution() local 2548 PetscCall(PetscObjectQueryFunction((PetscObject)coarse, "DMInterpolateSolution_C", &interpsol)); in DMInterpolateSolution() 2549 if (interpsol) { in DMInterpolateSolution() 2550 PetscCall((*interpsol)(coarse, fine, interp, coarseSol, fineSol)); in DMInterpolateSolution()
|