Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex1.c454 Mat J0copy; in MatSetRandomWithShift() local
462 PetscCall(MatDuplicate(J0, MAT_COPY_VALUES, &J0copy)); in MatSetRandomWithShift()
470 PetscCall(KSPSetOperators(kspeig, J0copy, J0copy)); in MatSetRandomWithShift()
481 PetscCall(MatDestroy(&J0copy)); in MatSetRandomWithShift()