Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmstagimpl.h57 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_1d(DM, Vec, DM, Vec);
/petsc/src/dm/impls/stag/
H A Dstag1d.c51 PETSC_INTERN PetscErrorCode DMStagRestrictSimple_1d(DM dmf, Vec xf_local, DM dmc, Vec xc_local) in DMStagRestrictSimple_1d() function
H A Dstagmulti.c56 PetscCall(DMStagRestrictSimple_1d(dmf, xf, dmc, xc)); in DMStagRestrictSimple()