Interface to TAO bound-contrained linear solver
Add an interface to TAO (http://
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- corrado maurini
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
-
Unknown
- Milestone target:
- None
- Started by
- Completed by
Whiteboard
MER: Is this implemented?
CM: Yes, a working version is here lp:~corrado-maurini/dolfin/tao. I filed a merge request. But I need some feedback on the interface. It requires the installation on TAO. By the moment I implemented an interface only for a solver of linear problems with bound constraints, which is an extension of PetscKrylovSolver. I added a FindTao.cmake, which works correctly on macosx, but may have some problem on some linux platforms (i had to force the test to true in ubuntu). I am not an expert of cmake and I need help on it.