Skip to content

Struct ae108::cpppetsc::TAOSolver::EqualityConstraints

ClassList > ae108 > cpppetsc > TAOSolver > EqualityConstraints

Public Attributes

Type Name
std::pair< distributed< vector_type >, matrix_type > buffer
Used to store residuals and jacobians internally.
HessianFunctor jacobian
The jacobian of the residual.
GradientFunctor residual
The solver attempts to reach a residual of zero.

Public Attributes Documentation

variable buffer

Used to store residuals and jacobians internally.

std::pair<distributed<vector_type>, matrix_type> ae108::cpppetsc::TAOSolver< Policy >::EqualityConstraints::buffer;


variable jacobian

The jacobian of the residual.

HessianFunctor ae108::cpppetsc::TAOSolver< Policy >::EqualityConstraints::jacobian;


variable residual

The solver attempts to reach a residual of zero.

GradientFunctor ae108::cpppetsc::TAOSolver< Policy >::EqualityConstraints::residual;



The documentation for this class was generated from the following file cpppetsc/src/include/ae108/cpppetsc/TAOSolver.h