Home
last modified time | relevance | path

Searched refs:DMStagRestrictSimple_2d (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/ !
H A Ddmstagimpl.h58 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_2d(DM, Vec, DM, Vec);
/petsc/src/dm/impls/stag/ !
H A Dstag2d.c57 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_2d(DM dmf, Vec xf_local, DM dmc, Vec xc_local) in DMStagRestrictSimple_2d() function
H A Dstagmulti.c59 PetscCall(DMStagRestrictSimple_2d(dmf, xf, dmc, xc)); in DMStagRestrictSimple()