← Back to team overview

dolfin team mailing list archive

[Bug 604246] Re: Inconsistent solver interfaces

 

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

--
Marie

** Changed in: dolfin
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/604246

Title:
  Inconsistent solver interfaces

Status in DOLFIN:
  Fix Committed

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)



References