add list of documented functions at the top of the C-Library doc pages

This commit is contained in:
Axel Kohlmeyer
2020-09-30 21:16:48 -04:00
parent dc13a61b40
commit 77fb2ee311
8 changed files with 126 additions and 3 deletions

View File

@ -2,7 +2,12 @@ Retrieving or setting properties of LAMMPS objects
==================================================
This section documents accessing or modifying data from objects like
computes, fixes, or variables in LAMMPS.
computes, fixes, or variables in LAMMPS using following functions:
- :cpp:func:`lammps_extract_compute`
- :cpp:func:`lammps_extract_fix`
- :cpp:func:`lammps_extract_variable`
- :cpp:func:`lammps_set_variable`
-----------------------