Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmstagimpl.h62 PETSC_INTERN PetscErrorCode DMStagPopulateInterpolation3d_Internal(DM, DM, Mat);
/petsc/src/dm/impls/stag/
H A Dstag.c454 else if (dim == 3) PetscCall(DMStagPopulateInterpolation3d_Internal(dmc, dmf, *A)); in DMCreateInterpolation_Stag()
H A Dstagmulti.c644 PETSC_INTERN PetscErrorCode DMStagPopulateInterpolation3d_Internal(DM dmc, DM dmf, Mat A) in DMStagPopulateInterpolation3d_Internal() function