Searched refs:JacobianIdentity (Results 1 – 1 of 1) sorted by relevance
316 static PetscErrorCode JacobianIdentity(Mat mat, Vec in, Vec out) in JacobianIdentity() function556 PetscCall(MatShellSetOperation(am->JA, MATOP_MULT, (PetscErrorCodeFn *)JacobianIdentity)); in TaoSetUp_ADMM()557 …etscCall(MatShellSetOperation(am->JA, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)JacobianIdentity)); in TaoSetUp_ADMM()