-
- Downloads
Also initialize preconditioner_ in default constructor
preconditioner_ needs to be initialized in the default constructor. Otherwise, when the default constructor and later setProblem are used, its value is undefined.
Please register or sign in to comment