Searched refs:viewf (Results 1 – 1 of 1) sorted by relevance
4935 PetscErrorCodeFn *viewf; in MatDuplicate() local4950 PetscCall(MatGetOperation(mat, MATOP_VIEW, &viewf)); in MatDuplicate()4951 if (viewf) PetscCall(MatSetOperation(B, MATOP_VIEW, viewf)); in MatDuplicate()