Inconsistent solver interfaces

Bug #604246 reported by Anders Logg
6
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 AdaptiveVariationalProblem, in particular the treatment of u:

problem = VariationalProblem(dF, F, bcs=[bc], nonlinear=True)
problem.solve(u)

problem = AdaptiveVariationalProblem(F, bcs=[bc], goal_functional=M, u=u)
u = problem.solve(TOL)

Anders Logg (logg)
Changed in dolfin:
milestone: none → 0.9.9
assignee: nobody → Marie Rognes (meg-simula)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Marie Rognes (meg-simula) wrote :

The adaptive solver interface has been revamped, this is now fixed/obsolete.

--
Marie

Changed in dolfin:
status: Confirmed → Fix Committed
Changed in dolfin:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.