Searched refs:StateMatInvTransposeMult (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/pde_constrained/tutorials/ |
| H A D | hyperbolic.c | 81 PetscErrorCode StateMatInvTransposeMult(Mat, Vec, Vec); 513 PetscErrorCode StateMatInvTransposeMult(Mat J_shell, Vec X, Vec Y) in StateMatInvTransposeMult() function 1038 …hellSetOperation(user->JsInv, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)StateMatInvTransposeMult)); in HyperbolicInitialize()
|
| H A D | parabolic.c | 85 PetscErrorCode StateMatInvTransposeMult(Mat, Vec, Vec); 535 PetscErrorCode StateMatInvTransposeMult(Mat J_shell, Vec X, Vec Y) in StateMatInvTransposeMult() function 948 …hellSetOperation(user->JsInv, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)StateMatInvTransposeMult)); in ParabolicInitialize()
|