I have a quick question on non-linear solvers in dealii.
As far as I could gather, the only option for a newton solver is the wrapper SUNDIALS::KINSOL, and for DAE the wrapper SUNDIALS::IDA. Is that correct ?
In that event, is it possible to set up inequality constraints. In the documentation it is mentioned that the following "optional" functions can be supplied but syntax or description for them is not provided :
- get_lower_than_zero_constrained_entries()
- get_greater_than_zero_constrained_entries()
- get_lower_equal_than_zero_constrained_entries()
- get_greater_or_equal_than_zero_constrained_entries()
Regards,
Rochan