Home
last modified time | relevance | path

Searched defs:map_style (Results 1 – 12 of 12) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dirregular.h42 int map_style; variable
H A Dcomm.h130 int map_style; // non-0 if global->local mapping is done variable
H A Datom.h257 int map_style; // style of atom map: 0=none, 1=array, 2=hash variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dirregular.h67 int map_style; variable
H A Dcomm.h146 int map_style; // non-0 if global->local mapping is done variable
H A Datom.h194 int map_style; // default or user-specified style of map variable
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dfix_shake_kokkos.h186 int map_style; variable
H A Datom_kokkos.h86 …static int map_kokkos(tagint global, int map_style, DAT::tdual_int_1d k_map_array, dual_hash_type … in map_kokkos()
H A Dfix_shake_kokkos.cpp247 auto map_style = atom->map_style; in pre_neighbor() local
/dports/textproc/syck/syck-0.70/lib/
H A Dsyck.h114 enum map_style { enum
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/
H A Dsyck.h109 enum map_style { enum
/dports/science/lammps/lammps-stable_29Sep2021/unittest/formats/
H A Dtest_atom_styles.cpp222 int map_style = Atom::MAP_NONE; member