tao_optimization_solver.h File Reference

Go to the source code of this file.

Classes

class  libMesh::TaoOptimizationSolver< T >
 

Namespaces

 libMesh
 

Functions

PetscErrorCode libMesh::__libmesh_tao_objective (Tao, Vec x, PetscReal *objective, void *ctx)
 
PetscErrorCode libMesh::__libmesh_tao_gradient (Tao, Vec x, Vec g, void *ctx)
 
PetscErrorCode libMesh::__libmesh_tao_hessian (Tao, Vec x, Mat h, Mat pc, void *ctx)
 
PetscErrorCode libMesh::__libmesh_tao_equality_constraints (Tao, Vec x, Vec ce, void *ctx)
 
PetscErrorCode libMesh::__libmesh_tao_equality_constraints_jacobian (Tao, Vec x, Mat J, Mat Jpre, void *ctx)
 
PetscErrorCode libMesh::__libmesh_tao_inequality_constraints (Tao, Vec x, Vec cineq, void *ctx)
 
PetscErrorCode libMesh::__libmesh_tao_inequality_constraints_jacobian (Tao, Vec x, Mat J, Mat Jpre, void *ctx)