Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dgcreate.c434 Mat_Redundant *redundant; in MatHeaderMerge()
/petsc/include/petsc/private/
H A Dmatimpl.h434 } Mat_Redundant; typedef
498 Mat_Redundant *redundant; /* used by MatCreateRedundantMatrix() */
/petsc/src/mat/interface/
H A Dmatrix.c1402 static PetscErrorCode MatDestroy_Redundant(Mat_Redundant **redundant) in MatDestroy_Redundant()
1404 Mat_Redundant *redund = *redundant; in MatDestroy_Redundant()
10477 Mat_Redundant *redund = NULL; in MatCreateRedundantMatrix()