Searched refs:CreateInterpolation (Results 1 – 1 of 1) sorted by relevance
32 static PetscErrorCode CreateInterpolation(DM, DM, Mat *, Vec *);46 PetscCall(DMShellSetCreateInterpolation(*shell, CreateInterpolation)); in MyDMShellCreate()98 static PetscErrorCode CreateInterpolation(DM dm1, DM dm2, Mat *mat, Vec *vec) in CreateInterpolation() function