Searched refs:AF (Results 1 – 1 of 1) sorted by relevance
225 Mat globalA, AF; in DMAdaptInterpolator() local277 PetscCall(MatMatMult(globalA, MF, MAT_INITIAL_MATRIX, PETSC_DETERMINE, &AF)); in DMAdaptInterpolator()284 PetscCall(MatDenseGetColumnVecRead(AF, k, &tmp)); in DMAdaptInterpolator()296 PetscCall(MatDenseRestoreColumnVecRead(AF, k, &tmp)); in DMAdaptInterpolator()298 PetscCall(MatDestroy(&AF)); in DMAdaptInterpolator()