Lines Matching refs:II
315 Mat II, INTERP; in da_test_RefineCoords1D() local
341 PetscCall(DMCreateInterpolation(cdac, cdaf, &II, &scale)); in da_test_RefineCoords1D()
342 PetscCall(MatInterpolate(II, coordsc, coordsf)); in da_test_RefineCoords1D()
343 PetscCall(MatDestroy(&II)); in da_test_RefineCoords1D()
395 Mat II, INTERP; in da_test_RefineCoords2D() local
427 PetscCall(DMCreateInterpolation(cdac, cdaf, &II, &scale)); in da_test_RefineCoords2D()
428 PetscCall(MatInterpolate(II, coordsc, coordsf)); in da_test_RefineCoords2D()
429 PetscCall(MatDestroy(&II)); in da_test_RefineCoords2D()
481 Mat II, INTERP; in da_test_RefineCoords3D() local
517 PetscCall(DMCreateInterpolation(cdac, cdaf, &II, &scale)); in da_test_RefineCoords3D()
518 PetscCall(MatInterpolate(II, coordsc, coordsf)); in da_test_RefineCoords3D()
519 PetscCall(MatDestroy(&II)); in da_test_RefineCoords3D()