|
libMesh
|
Abstract base class to be used to calculate the Jacobian of the equality constraints. More...
#include <optimization_system.h>
Public Member Functions | |
| virtual | ~ComputeEqualityConstraintsJacobian ()=default |
| virtual void | equality_constraints_jacobian (const NumericVector< Number > &X, SparseMatrix< Number > &C_eq_jac, sys_type &S)=0 |
| This function will be called to evaluate the Jacobian of C_eq(X). | |
Abstract base class to be used to calculate the Jacobian of the equality constraints.
Definition at line 158 of file optimization_system.h.
|
virtualdefault |
|
pure virtual |
This function will be called to evaluate the Jacobian of C_eq(X).
Implemented in AssembleOptimization.