Project management functions.
More...
#include "global.h"
#include "glview.h"
#include "callbacks.h"
#include "interface.h"
#include "bind.h"
Go to the source code of this file.
|
void | save_pos_ (int *nat, int lot[*nat], int *num, double xpos[*num], double ypos[*num], double zpos[*num]) |
| retrieve atomic coordinates from Fortran90
|
|
void | send_steps_ (int *steps) |
| retrieve the number of MD steps from Fortran90
|
|
project * | get_project_by_id (int p) |
| get project pointer using id number
|
|
◆ get_project_by_id()
project * get_project_by_id |
( |
int | p | ) |
|
get project pointer using id number
- Parameters
-
Definition at line 120 of file project.c.
◆ save_pos_()
void save_pos_ |
( |
int * | nat, |
|
|
int | lot[ *nat], |
|
|
int * | num, |
|
|
double | xpos[ *num], |
|
|
double | ypos[ *num], |
|
|
double | zpos[ *num] ) |
retrieve atomic coordinates from Fortran90
- Parameters
-
nat | Number of atoms |
lot | List of chemical species by atoms |
num | Number of coordinates (NA x NS) |
xpos | x coordinates |
ypos | y coordinates |
zpos | z coordinates |
Definition at line 68 of file project.c.
◆ send_steps_()
void send_steps_ |
( |
int * | steps | ) |
|
retrieve the number of MD steps from Fortran90
- Parameters
-
steps | the number of MD steps |
Definition at line 108 of file project.c.
◆ active_box
◆ active_cell
◆ active_chem
◆ active_coord
◆ active_glwin
glwin* active_glwin = NULL |
◆ active_image
image* active_image = NULL |
◆ active_project
◆ opengl_project
◆ workzone