Imported Ticket
- Summary: Ghost zone generation should know about in-memory datasets
- Component: lagos
- Milestone: 2.1
- Reporter: mturk
- Owner: mturk
- Resolution: None
- Status: assigned
- Created: 1244148006000000
- Description: Currently, ghost zone generation goes through the grid objects, which then grab it from neighboring grids. We should know better than to do this for In-Memory datasets, and instead just not slice off the neighboring cells.
Currently, ghost zone generation requiring grids on other processors will simply fail.
Update to Ticket
- Author: mturk
- Changetime: 1257567047000000
- Field: status
- Oldvalue: new
- Newvalue: assigned
Update to Ticket
- Author: mturk
- Changetime: 1257567047000000
- Field: comment
- Oldvalue: 1
- Newvalue: We should be able to add this in the EnzoGrid subclass, but care will need to be taken with derived fields and GridIndices.
Update to Ticket
- Author: mturk
- Changetime: 1289332392930704
- Field: milestone
- Oldvalue: 2.0
- Newvalue: 2.1
Update to Ticket
- Author: mturk
- Changetime: 1289332392930704
- Field: comment
- Oldvalue: 2
- Newvalue: The 2.1 release will focus more closely on embedded support.