Additional PETScTAOSolver methods

Issue #926 wontfix
Joshua Chen created an issue

Particular interest is for using linearly constrained lagrangian method and interior point method. Can this be rethought to include more of petsc’s TAO capabilities?

Comments (7)

  1. Joshua Chen reporter

    Well a lot of taotypes are missing in the std::map of Tao Methods. It may be the case that for example TAOLCL is available via settting PETScOptions though?

  2. Prof Garth Wells

    I would like to reduce (or even remove) the methods in the std::map - use the PETSc options system to get full control.

  3. Joshua Chen reporter

    In this case, how are equality constraints set in an "OptimizationProblem" through the FEniCS interface?

  4. Prof Garth Wells

    We are not going to replicate the TAO/PETSc interface. You can access the underlying TAO object from the FEniCS wrapper and manipulate it as you wish.

  5. Log in to comment