Home
last modified time | relevance | path

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

/libCEED/examples/solids/include/
H A Dmatops.h34 PetscErrorCode GetDiag_Ceed(Mat A, Vec D);
/libCEED/examples/solids/src/
H A Dmatops.c182 PetscErrorCode GetDiag_Ceed(Mat A, Vec D) { in GetDiag_Ceed() function
/libCEED/examples/solids/
H A Delasticity.c394 …etscCall(MatShellSetOperation(jacob_mat[level], MATOP_GET_DIAGONAL, (void (*)(void))GetDiag_Ceed)); in main()