#include "tao.h" #include "tao_util.h" PetscErrorCode D_SFischer(Mat jac, Vec X, Vec Con, Vec XL, Vec XU, PetscReal mu, Vec T1, Vec T2, Vec Da, Vec Db, Vec Dm)Collective on jac
jac | - the jacobian of f at X | |
X | - current point | |
F | - constraint function evaluated at X | |
XL | - lower bounds | |
XU | - upper bounds | |
mu | - smoothing parameter | |
T1 | - work vector | |
T2 | - work vector |
Da | - diagonal perturbation component of the result | |
Db | - row scaling component of the result | |
Dm | - derivative with respect to scaling parameter |
Level:developer
Location:src/util/tao_util.c
TAO Solver Index
Table of Contents