| 
    libMesh
    
   | 
 
Abstract base class to be used to calculate the equality constraints. More...
#include <optimization_system.h>
Public Member Functions | |
| virtual | ~ComputeEqualityConstraints () | 
| virtual void | equality_constraints (const NumericVector< Number > &X, NumericVector< Number > &C_eq, sys_type &S)=0 | 
| This function will be called to evaluate the equality constraints vector C_eq(X).  More... | |
Abstract base class to be used to calculate the equality constraints.
Definition at line 135 of file optimization_system.h.
      
  | 
  inlinevirtual | 
Definition at line 138 of file optimization_system.h.
      
  | 
  pure virtual | 
This function will be called to evaluate the equality constraints vector C_eq(X).
This will impose the constraints C_eq(X) = 0.
Referenced by libMesh::__libmesh_nlopt_equality_constraints(), and libMesh::__libmesh_tao_equality_constraints().
 1.8.16