Home
last modified time | relevance | path

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

/petsc/src/mat/impls/hypre/
H A Dmhypre.c2151 PetscErrorCode (*mview)(Mat, PetscViewer) = NULL; local
2155 PetscCall(MatGetOperation(B, MATOP_VIEW, (PetscErrorCodeFn **)&mview));
2156 PetscCheck(mview, PetscObjectComm((PetscObject)A), PETSC_ERR_PLIB, "Missing view operation");
2157 PetscCall((*mview)(B, view));