Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatrix.c4935 PetscErrorCodeFn *viewf; in MatDuplicate() local
4950 PetscCall(MatGetOperation(mat, MATOP_VIEW, &viewf)); in MatDuplicate()
4951 if (viewf) PetscCall(MatSetOperation(B, MATOP_VIEW, viewf)); in MatDuplicate()