Linear/NonlinearProblem/Solver classes missing parameters
Bug #879030 reported by
Anders Logg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
Invalid
|
High
|
Johan Hake |
Bug Description
problem.parameters is missing in Python
solver.parameters is missing in Python
Changed in dolfin: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Johan Hake (johan-hake) |
milestone: | none → 1.0-beta2 |
To post a comment you must log in.
Problems don't have parameters (not subclasses of Variable).
Solvers have parameters and they work fine.