Dear all,
The documentation of Chebyshev precondition says that:
"Note that if the degree variable is set to zero, the Chebyshev iteration corresponds to a Jacobi preconditioner"
while actually setting degree to 0 triggers Assertion at line 2211 of precondition.h. Moreover, the PreconditionChebyshev works well with degree=0 in release mode, so I think removing assetion will resolve the problem.
If Chebyshev preconditioner is not intended to be used with 0th degree this should be added to documentation (and documentation in current form is missleading)
Best,
MIchaĺ