petsc-3.7.1 2016-05-15
TaoSetStateDesignIS
Indicate to the Tao which variables in the solution vector are state variables and which are design. Only applies to pde-constrained optimization.
Synopsis
#include "petsctao.h"
PetscErrorCode TaoSetStateDesignIS(Tao tao, IS s_is, IS d_is)
Logically Collective on Tao Many br
Input Parameters
| tao | - The Tao context Many br |
| s_is | - the index set corresponding to the state variables Many br |
| d_is | - the index set corresponding to the design variables Many br |
Many br
See Also
TaoSetJacobianStateRoutine(), TaoSetJacobianDesignRoutine()
Level:intermediate
Location:src/tao/interface/taosolver_hj.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/tao/pde_constrained/examples/tutorials/elliptic.c.html
src/tao/pde_constrained/examples/tutorials/parabolic.c.html
src/tao/pde_constrained/examples/tutorials/hyperbolic.c.html