add plugin wrapper and swig interface to new LAMMPS library functions

This commit is contained in:
Axel Kohlmeyer
2025-01-27 14:27:34 -05:00
parent 5d47c417ed
commit 23045d62c5
3 changed files with 12 additions and 0 deletions

View File

@ -164,6 +164,9 @@ struct _liblammpsplugin {
int (*set_internal_variable)(void *, const char *, double);
int (*variable_info)(void *, int, char *, int);
double (*eval)(void *, const char *);
void (*clearstep_compute)(void *);
void (*addstep_compute)(void *, void *);
void (*addstep_compute_all)(void *, void *);
void (*gather_atoms)(void *, const char *, int, int, void *);
void (*gather_atoms_concat)(void *, const char *, int, int, void *);