Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Ddmstagimpl.h61 PETSC_INTERN PetscErrorCode DMStagPopulateInterpolation2d_Internal(DM, DM, Mat);
/petsc/src/dm/impls/stag/ !
H A Dstag.c453 else if (dim == 2) PetscCall(DMStagPopulateInterpolation2d_Internal(dmc, dmf, *A)); in DMCreateInterpolation_Stag()
H A Dstagmulti.c507 PETSC_INTERN PetscErrorCode DMStagPopulateInterpolation2d_Internal(DM dmc, DM dmf, Mat A) in DMStagPopulateInterpolation2d_Internal() function