Opened 19 years ago
Closed 18 years ago
#48 closed defect (fixed)
Separate ghost boundary from physical boundary
Reported by: | ole | Owned by: | ole |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Efficiency and optimisation | Version: | 1.0 |
Severity: | major | Keywords: | parallel |
Cc: |
Description
Currently, update_boundary goes through all boundary elements even though they may only appear as ghosts in the parallel version. This affects speedup adversely.
Update_boundary must be able to distinguish, e.g. by having access to a separate list containing only physical elements
Change History (3)
comment:1 Changed 19 years ago by ole
- Status changed from new to assigned
comment:2 Changed 18 years ago by anonymous
- Priority changed from normal to lowest
comment:3 Changed 18 years ago by ole
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
I believe this was accomplished in changeset:2569 and by setting ghost boundaries to None.