TaoSetStateDesignIS
Indicate to the TaoSolver which variables in the solution vector are state variables and which are design. Only applies to pde-constrained optimization.
Synopsis
#include "taosolver.h"
PetscErrorCode TaoSetStateDesignIS(TaoSolver tao, IS s_is, IS d_is)
Logically Collective on TaoSolver
Input Parameters
| tao | - The TaoSolver context
|
| s_is | - the index set corresponding to the state variables
|
| d_is | - the index set corresponding to the design variables
|
See Also
TaoSetJacobianStateRoutine(), TaoSetJacobianDesignRoutine()
Level:intermediate
Location:src/interface/taosolver_hj.c
TAO Solver Index
Table of Contents
Examples
src/pde_constrained/examples/tutorials/elliptic.c.html
src/pde_constrained/examples/tutorials/parabolic.c.html
src/pde_constrained/examples/tutorials/hyperbolic.c.html