Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmstagimpl.h59 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_3d(DM, Vec, DM, Vec);
/petsc/src/dm/impls/stag/
H A Dstagmulti.c62 PetscCall(DMStagRestrictSimple_3d(dmf, xf, dmc, xc)); in DMStagRestrictSimple()
H A Dstag3d.c64 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_3d(DM dmf, Vec xf_local, DM dmc, Vec xc_local) in DMStagRestrictSimple_3d() function