Home
last modified time | relevance | path

Searched refs:lammps_extract_fix (Results 1 – 14 of 14) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/python/
H A Dliggghts.py122 self.lib.lammps_extract_fix.restype = POINTER(c_double)
123 ptr = self.lib.lammps_extract_fix(self.lmp,f_id,style,type,i,j)
128 self.lib.lammps_extract_fix.restype = POINTER(c_double)
129 ptr = self.lib.lammps_extract_fix(self.lmp,f_id,style,type,i,j)
132 self.lib.lammps_extract_fix.restype = POINTER(POINTER(c_double))
133 ptr = self.lib.lammps_extract_fix(self.lmp,f_id,style,type,i,j)
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A DLibrary_objects.rst8 - :cpp:func:`lammps_extract_fix`
19 .. doxygenfunction:: lammps_extract_fix
/dports/science/lammps/lammps-stable_29Sep2021/examples/COUPLE/fortran2/
H A Dsimple.f9063 call lammps_extract_fix (fix, lmp, '2', LMP_STYLE_GLOBAL, LMP_TYPE_SCALAR, 1, 1)
67 call lammps_extract_fix (fix2, lmp, '4', LMP_STYLE_GLOBAL, LMP_TYPE_ARRAY, 1, 1)
H A DREADME145 call lammps_extract_fix (fix, lmp, '2', 0, 1, 1, 1)
146 call lammps_extract_fix (fix2, lmp, '4', 0, 2, 1, 1)
232 * The indices i and j in lammps_extract_fix are used the same way they
253 * lammps_extract_atom, lammps_extract_compute, and lammps_extract_fix
H A DLAMMPS.F90127 lammps_extract_compute, lammps_extract_fix, lammps_extract_variable, &
560 interface lammps_extract_fix interface
564 end interface lammps_extract_fix
/dports/science/lammps/lammps-stable_29Sep2021/python/lammps/
H A Dcore.py1010 self.lib.lammps_extract_fix.restype = POINTER(c_double)
1012 ptr = self.lib.lammps_extract_fix(self.lmp,fid,fstyle,ftype,nrow,ncol)
1017 self.lib.lammps_extract_fix.restype = POINTER(c_int)
1026 self.lib.lammps_extract_fix.restype = POINTER(c_double)
1028 self.lib.lammps_extract_fix.restype = POINTER(POINTER(c_double))
1030 self.lib.lammps_extract_fix.restype = POINTER(c_int)
1034 ptr = self.lib.lammps_extract_fix(self.lmp,fid,fstyle,ftype,nrow,ncol)
1042 self.lib.lammps_extract_fix.restype = POINTER(c_double)
1044 self.lib.lammps_extract_fix.restype = POINTER(POINTER(c_double))
1046 self.lib.lammps_extract_fix.restype = POINTER(c_int)
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dlibrary.h69 void *lammps_extract_fix(void *, const char *, int, int, int, int);
H A Dlibrary.cpp318 void *lammps_extract_fix(void *ptr, const char *id, int style, int type, in lammps_extract_fix() function
/dports/science/lammps/lammps-stable_29Sep2021/tools/swig/
H A Dlammps.i87 extern void *lammps_extract_fix(void *handle, char *, int, int, int, int);
223 extern void *lammps_extract_fix(void *handle, char *, int, int, int, int);
/dports/science/lammps/lammps-stable_29Sep2021/unittest/c-library/
H A Dtest_library_properties.cpp352 *(double *)lammps_extract_fix(lmp, "dist", LMP_STYLE_GLOBAL, LMP_TYPE_VECTOR, 0, 0); in TEST_F()
353 int nskip = *(double *)lammps_extract_fix(lmp, "dist", LMP_STYLE_GLOBAL, LMP_TYPE_VECTOR, 1, 0); in TEST_F()
355 *(double *)lammps_extract_fix(lmp, "dist", LMP_STYLE_GLOBAL, LMP_TYPE_VECTOR, 2, 0); in TEST_F()
357 *(double *)lammps_extract_fix(lmp, "dist", LMP_STYLE_GLOBAL, LMP_TYPE_VECTOR, 3, 0); in TEST_F()
H A Dtest_library_external.cpp106 valp = (double *)lammps_extract_fix(handle, "ext", LMP_STYLE_GLOBAL, LMP_TYPE_VECTOR, i, 0); in TEST()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dlibrary.h140 void *lammps_extract_fix(void *handle, const char *, int, int, int, int);
H A Dlibrary.cpp1872 void *lammps_extract_fix(void *handle, const char *id, int style, int type, in lammps_extract_fix() function
/dports/science/lammps/lammps-stable_29Sep2021/examples/COUPLE/fortran_dftb/
H A DLAMMPS.F9061 lammps_extract_atom, lammps_extract_compute, lammps_extract_fix, &
283 interface lammps_extract_fix interface
287 end interface lammps_extract_fix