petsc-3.7.1 2016-05-15
Report Typos and Errors

MatDFischer

Calculates an element of the B-subdifferential of the Fischer-Burmeister function for complementarity problems.

Synopsis

#include "petsctao.h" 
PetscErrorCode MatDFischer(Mat jac, Vec X, Vec Con, Vec XL, Vec XU, Vec T1, Vec T2, Vec Da, Vec Db)
Collective on jac Many br

Input Parameters

jac - the jacobian of f at X Many br
X - current point Many br
Con - constraints function evaluated at X Many br
XL - lower bounds Many br
XU - upper bounds Many br
t1 - work vector Many br
t2 - work vector Many br

Output Parameters

Da - diagonal perturbation component of the result Many br
Db - row scaling component of the result Many br

Many br

See Also

VecFischer()

Level:developer
Location:
src/tao/util/tao_util.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages