Home
last modified time | relevance | path

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

/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c92 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 Dparabolic.c89 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 Dhyperbolic.c85 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()