37 lines
891 B
ReStructuredText
37 lines
891 B
ReStructuredText
Accessing LAMMPS Neighbor lists
|
|
===============================
|
|
|
|
The following functions enable access to neighbor lists generated by
|
|
LAMMPS or querying of their properties:
|
|
|
|
- :cpp:func:`lammps_find_compute_neighlist`
|
|
- :cpp:func:`lammps_find_fix_neighlist`
|
|
- :cpp:func:`lammps_find_pair_neighlist`
|
|
- :cpp:func:`lammps_neighlist_num_elements`
|
|
- :cpp:func:`lammps_neighlist_element_neighbors`
|
|
|
|
-----------------------
|
|
|
|
.. doxygenfunction:: lammps_find_compute_neighlist
|
|
:project: progguide
|
|
|
|
-----------------------
|
|
|
|
.. doxygenfunction:: lammps_find_fix_neighlist
|
|
:project: progguide
|
|
|
|
-----------------------
|
|
|
|
.. doxygenfunction:: lammps_find_pair_neighlist
|
|
:project: progguide
|
|
|
|
-----------------------
|
|
|
|
.. doxygenfunction:: lammps_neighlist_num_elements
|
|
:project: progguide
|
|
|
|
-----------------------
|
|
|
|
.. doxygenfunction:: lammps_neighlist_element_neighbors
|
|
:project: progguide
|