Lines Matching refs:INTERP
315 Mat II, INTERP; in da_test_RefineCoords1D() local
347 PetscCall(DMCreateInterpolation(dac, daf, &INTERP, NULL)); in da_test_RefineCoords1D()
354 PetscCall(MatMult(INTERP, ac, af)); in da_test_RefineCoords1D()
381 PetscCall(MatDestroy(&INTERP)); in da_test_RefineCoords1D()
395 Mat II, INTERP; in da_test_RefineCoords2D() local
433 PetscCall(DMCreateInterpolation(dac, daf, &INTERP, NULL)); in da_test_RefineCoords2D()
439 PetscCall(MatMult(INTERP, ac, af)); in da_test_RefineCoords2D()
467 PetscCall(MatDestroy(&INTERP)); in da_test_RefineCoords2D()
481 Mat II, INTERP; in da_test_RefineCoords3D() local
523 PetscCall(DMCreateInterpolation(dac, daf, &INTERP, NULL)); in da_test_RefineCoords3D()
532 PetscCall(MatMult(INTERP, ac, af)); in da_test_RefineCoords3D()
560 PetscCall(MatDestroy(&INTERP)); in da_test_RefineCoords3D()