petsc-3.14.6 2021-03-30
Report Typos and Errors

TaoADMMSetRegHessianChangeStatus

Set boolean that determines whether Hessian matrix of regularization subsolver changes with respect to input vector.

Synopsis

#include "petsctao.h" 
PetscErrorCode TaoADMMSetRegHessianChangeStatus(Tao tao, PetscBool b)

Collective on Tao

Input Parameters

tao - the Tao solver context
b - the Hessian matrix change status boolean, PETSC_FALSE when the Hessian matrix does not change, TRUE otherwise.

See Also

TAOADMM

Level

advanced

Location

src/tao/constrained/impls/admm/admm.c

Examples

src/tao/constrained/tutorials/tomographyADMM.c.html

Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages