Searched refs:StateMatGetDiagonal (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/pde_constrained/tutorials/ |
| H A D | parabolic.c | 82 PetscErrorCode StateMatGetDiagonal(Mat, Vec); 574 …all(MatShellSetOperation(*new_shell, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)StateMatGetDiagonal)); in StateMatDuplicate() 578 PetscErrorCode StateMatGetDiagonal(Mat J_shell, Vec X) in StateMatGetDiagonal() function 922 …cCall(MatShellSetOperation(user->Js, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)StateMatGetDiagonal)); in ParabolicInitialize()
|
| H A D | hyperbolic.c | 78 PetscErrorCode StateMatGetDiagonal(Mat, Vec); 556 …all(MatShellSetOperation(*new_shell, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)StateMatGetDiagonal)); in StateMatDuplicate() 560 PetscErrorCode StateMatGetDiagonal(Mat J_shell, Vec X) in StateMatGetDiagonal() function 1016 …cCall(MatShellSetOperation(user->Js, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)StateMatGetDiagonal)); in HyperbolicInitialize()
|