Home
last modified time | relevance | path

Searched refs:DMInterpolateSolution (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D315.md257 - Add `DMInterpolateSolution()` for interpolating solutions between
/petsc/include/
H A Dpetscdm.h113 PETSC_EXTERN PetscErrorCode DMInterpolateSolution(DM, DM, Mat, Vec, Vec);
/petsc/src/snes/impls/fas/
H A Dfas.c529 PetscCall(DMInterpolateSolution(dmc, dmf, interpolate, X_c, X_new)); in SNESFASInterpolatedCoarseSolution()
/petsc/src/dm/interface/
H A Ddm.c2538 PetscErrorCode DMInterpolateSolution(DM coarse, DM fine, Mat interp, Vec coarseSol, Vec fineSol) in DMInterpolateSolution() function