Searched refs:DesignMatMultTranspose (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/tao/pde_constrained/tutorials/ |
| H A D | elliptic.c | 92 PetscErrorCode DesignMatMultTranspose(Mat, Vec, Vec); 433 PetscErrorCode DesignMatMultTranspose(Mat J_shell, Vec X, Vec Y) in DesignMatMultTranspose() function 966 …(MatShellSetOperation(user->Jd, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)DesignMatMultTranspose)); in EllipticInitialize()
|
| H A D | parabolic.c | 89 PetscErrorCode DesignMatMultTranspose(Mat, Vec, Vec); 451 PetscErrorCode DesignMatMultTranspose(Mat J_shell, Vec X, Vec Y) in DesignMatMultTranspose() function 943 …(MatShellSetOperation(user->Jd, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)DesignMatMultTranspose)); in ParabolicInitialize()
|
| H A D | hyperbolic.c | 85 PetscErrorCode DesignMatMultTranspose(Mat, Vec, Vec); 429 PetscErrorCode DesignMatMultTranspose(Mat J_shell, Vec X, Vec Y) in DesignMatMultTranspose() function 1033 …(MatShellSetOperation(user->Jd, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)DesignMatMultTranspose)); in HyperbolicInitialize()
|