Class for handling the neighborhood.
More...
Class for handling the neighborhood.
§ __init__()
def util.neighbor.NeighborSearch.__init__ |
( |
|
self, |
|
|
|
deck |
|
) |
| |
§ findNeighbors()
def util.neighbor.NeighborSearch.findNeighbors |
( |
|
self, |
|
|
|
deck |
|
) |
| |
Generates adjacency lists.
- Parameters
-
§ get_index_x_family()
def util.neighbor.NeighborSearch.get_index_x_family |
( |
|
self, |
|
|
|
i |
|
) |
| |
Returns the family of node "i".
- Parameters
-
- Returns
- The ids of the neighbors of node "i"
The documentation for this class was generated from the following file:
- /calculs/git/peridynamics_1D/util/neighbor.py