Home
last modified time | relevance | path

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

/libCEED/examples/petsc/include/
H A Dmatops.h20 PetscErrorCode MatGetDiag(Mat A, Vec D);
/libCEED/examples/petsc/src/
H A Dmatops.c41 PetscErrorCode MatGetDiag(Mat A, Vec D) { in MatGetDiag() function
/libCEED/examples/petsc/
H A Dbpsswarm.c234 PetscCall(MatShellSetOperation(mat_O, MATOP_GET_DIAGONAL, (void (*)(void))MatGetDiag)); in main()
H A Dbps.c106 PetscCall(MatShellSetOperation(mat_O, MATOP_GET_DIAGONAL, (void (*)(void))MatGetDiag)); in RunWithDM()
H A Dmultigrid.c206 PetscCall(MatShellSetOperation(mat_O[i], MATOP_GET_DIAGONAL, (void (*)(void))MatGetDiag)); in main()