Home
last modified time | relevance | path

Searched defs:A_shell (Results 1 – 2 of 2) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/autodiff/adolc-utils/
H A Dmatfree.cxx30 PetscErrorCode PetscAdolcIJacobianVectorProduct(Mat A_shell,Vec X,Vec Y) in PetscAdolcIJacobianVectorProduct()
116 PetscErrorCode PetscAdolcIJacobianVectorProductIDMass(Mat A_shell,Vec X,Vec Y) in PetscAdolcIJacobianVectorProductIDMass()
188 PetscErrorCode PetscAdolcIJacobianTransposeVectorProduct(Mat A_shell,Vec Y,Vec X) in PetscAdolcIJacobianTransposeVectorProduct()
279 PetscErrorCode PetscAdolcIJacobianTransposeVectorProductIDMass(Mat A_shell,Vec Y,Vec X) in PetscAdolcIJacobianTransposeVectorProductIDMass()
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/autodiff/
H A Dadr_ex5adj_mf.cxx412 PetscErrorCode IJacobianMatFree(TS ts,PetscReal t,Vec X,Vec Xdot,PetscReal a,Mat A_shell,Mat B,void… in IJacobianMatFree()