Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex36.c315 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()
[all …]