Python variational solver interface fails when a form is emty
Bug #846703 reported by
Garth Wells
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
Fix Released
|
High
|
Garth Wells |
Bug Description
The variational solver interface needs to be extended to support linear forms that are empty - this can occur when using lhs/rhs to separate terms in an equation F = 0. A solution would be to create a zero vector that is compatible with the matrix generated by a bilinear form.
Changed in dolfin: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → 1.0-rc1 |
Changed in dolfin: | |
assignee: | nobody → Garth Wells (garth-wells) |
status: | Confirmed → In Progress |
Changed in dolfin: | |
milestone: | 1.0-rc1 → 1.0-beta2 |
Changed in dolfin: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
On Sat, Sep 10, 2011 at 11:25:46PM -0000, Garth Wells wrote:
> Public bug reported:
>
> The variational solver interface needs to be extended to support linear
> forms that are empty - this can occur when using lhs/rhs to separate
> terms in an equation F = 0. A solution would be to create a zero vector
> that is compatible with the matrix generated by a bilinear form.
>
> ** Affects: dolfin
> Importance: High
> Status: Confirmed
>
> ** Changed in: dolfin
> Status: New => Confirmed
>
> ** Changed in: dolfin
> Importance: Undecided => High
>
> ** Changed in: dolfin
> Milestone: None => 1.0-rc1
Can you provide an example?
--
Anders