Home
last modified time | relevance | path

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

/honee/src/
H A Dmat-ceed.c257 static PetscErrorCode MatView_Ceed(Mat mat_ceed, PetscViewer viewer) { in MatView_Ceed() function
520 PetscCall(MatShellSetOperation(*mat, MATOP_VIEW, (MatSetOpFn)MatView_Ceed)); in MatCreateCeed()
587 PetscCall(MatShellSetOperation(mat_other, MATOP_VIEW, (MatSetOpFn)MatView_Ceed)); in MatCeedCopy()