Searched refs:DMInterpolateSolution (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 315.md | 257 - Add `DMInterpolateSolution()` for interpolating solutions between
|
| /petsc/include/ |
| H A D | petscdm.h | 113 PETSC_EXTERN PetscErrorCode DMInterpolateSolution(DM, DM, Mat, Vec, Vec);
|
| /petsc/src/snes/impls/fas/ |
| H A D | fas.c | 529 PetscCall(DMInterpolateSolution(dmc, dmf, interpolate, X_c, X_new)); in SNESFASInterpolatedCoarseSolution()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 2538 PetscErrorCode DMInterpolateSolution(DM coarse, DM fine, Mat interp, Vec coarseSol, Vec fineSol) in DMInterpolateSolution() function
|