Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/optimal_control/
H A Dex1.c20 PetscErrorCode ComputeObjHessianWithSOA(Vec, PetscScalar[], Aircraft);
519 PetscCall(ComputeObjHessianWithSOA(Dir, harr, actx)); in FormObjHessian()
563 PetscCall(ComputeObjHessianWithSOA(X, y, (Aircraft)ptr)); in MyMatMult()
568 PetscErrorCode ComputeObjHessianWithSOA(Vec Dir, PetscScalar arr[], Aircraft actx) in ComputeObjHessianWithSOA() function