Home
last modified time | relevance | path

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

/petsc/src/tao/pde_constrained/tutorials/
H A Dhyperbolic.c80 PetscErrorCode StateMatInvMult(Mat, Vec, Vec);
477 PetscErrorCode StateMatInvMult(Mat J_shell, Vec X, Vec Y) in StateMatInvMult() function
1037 PetscCall(MatShellSetOperation(user->JsInv, MATOP_MULT, (PetscErrorCodeFn *)StateMatInvMult)); in HyperbolicInitialize()
1075 PetscCall(StateMatInvMult(user->Js, user->q, user->ytrue)); in HyperbolicInitialize()
1079 PetscCall(StateMatInvMult(user->Js, user->q, user->y)); in HyperbolicInitialize()
H A Dparabolic.c84 PetscErrorCode StateMatInvMult(Mat, Vec, Vec);
505 PetscErrorCode StateMatInvMult(Mat J_shell, Vec X, Vec Y) in StateMatInvMult() function
947 PetscCall(MatShellSetOperation(user->JsInv, MATOP_MULT, (PetscErrorCodeFn *)StateMatInvMult)); in ParabolicInitialize()
1045 PetscCall(StateMatInvMult(user->Js, user->q, user->ytrue)); in ParabolicInitialize()
1070 PetscCall(StateMatInvMult(user->Js, user->q, user->y)); in ParabolicInitialize()