Ignore:
Timestamp:
Oct 17, 2009, 7:46:28 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
b0ee98
Parents:
bee48d
Message:

Extended class LinkedCell to handle a relative offset to current cell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/linkedcell.hpp

    rbee48d raec775  
    5454    ~LinkedCell();
    5555    LinkedNodes* GetCurrentCell();
     56    LinkedNodes* GetRelativeToCurrentCell(int relative[NDIM]);
    5657    bool SetIndexToNode(const TesselPoint *Walker);
    5758    bool SetIndexToVector(const Vector *x);
    5859    bool CheckBounds();
     60    bool CheckBounds(int relative[NDIM]);
    5961    void GetNeighbourBounds(int lower[NDIM], int upper[NDIM]);
    6062
Note: See TracChangeset for help on using the changeset viewer.