libMesh
Namespaces | Functions | Variables
nlopt_optimization_solver.C File Reference

Go to the source code of this file.

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 

Functions

double libMesh::__libmesh_nlopt_objective (unsigned n, const double *x, double *gradient, void *data)
 
void libMesh::__libmesh_nlopt_equality_constraints (unsigned m, double *result, unsigned n, const double *x, double *gradient, void *data)
 
void libMesh::__libmesh_nlopt_inequality_constraints (unsigned m, double *result, unsigned n, const double *x, double *gradient, void *data)
 

Variables

template class LIBMESH_EXPORT libMesh::NloptOptimizationSolver< Number >