|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to retrieve rings data from Fortran90. More...
Include dependency graph for initring.c:Go to the source code of this file.
Functions | |
| void | send_rings_opengl_ (int *id, int *st, int *ta, int *ri, int nring[*ta+1]) |
| get single ring data for the glwin from Fortran90 | |
| void | send_atom_rings_id_opengl_ (int *st, int *at, int *id, int *ta, int *num, int ring[*num]) |
| get rings data for an atom from Fortran90 | |
| void | allocate_all_rings_ (int *id, int *st, int *ta, int *nring) |
| allocate data to store ring statistics results for the glwin | |
Functions to retrieve rings data from Fortran90.
Definition in file initring.c.
| void allocate_all_rings_ | ( | int * | id, |
| int * | st, | ||
| int * | ta, | ||
| int * | nring ) |
allocate data to store ring statistics results for the glwin
| id | the type of ring |
| st | the MD step |
| ta | the size of the ring |
| nring | the number of ring(s) of that size |
Definition at line 99 of file initring.c.
| void send_atom_rings_id_opengl_ | ( | int * | st, |
| int * | at, | ||
| int * | id, | ||
| int * | ta, | ||
| int * | num, | ||
| int | ring[ *num] ) |
get rings data for an atom from Fortran90
| st | the MD step |
| at | atom id |
| id | type of ring |
| ta | size of the ring |
| num | number of ring(s) of that size |
| ring | the list(s) of atoms of the(these) ring(s) |
Definition at line 75 of file initring.c.
| void send_rings_opengl_ | ( | int * | id, |
| int * | st, | ||
| int * | ta, | ||
| int * | ri, | ||
| int | nring[ *ta+1] ) |
get single ring data for the glwin from Fortran90
| id | type of ring |
| st | the MD step |
| ta | size of the ring |
| ri | ring size id |
| nring | ring's atom list |
Definition at line 53 of file initring.c.