Inconsistent solver interfaces
Bug #604246 reported by
Anders Logg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
Fix Released
|
Medium
|
Marie Rognes |
Bug Description
The solver interfaces are inconsistent for VariationalProblem and AdaptiveVariati
problem = VariationalProb
problem.solve(u)
problem = AdaptiveVariati
u = problem.solve(TOL)
Changed in dolfin: | |
milestone: | none → 0.9.9 |
assignee: | nobody → Marie Rognes (meg-simula) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in dolfin: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The adaptive solver interface has been revamped, this is now fixed/obsolete.
--
Marie