Setting vector elements-wise from Python is ambiguous in parallel
Bug #1026822 reported by
Garth Wells
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
New
|
Undecided
|
Unassigned |
Bug Description
Setting components of vectors element-wise using [i]from Python is a recoeple for disaster. It's ambiguous when two processes set values for the entry (even when these are the same since different backends handle this case differently). It's also prone to lock up.
A solution is to peremit the setting of only vectors componets that are owned by the setting process.
To post a comment you must log in.