Home
last modified time | relevance | path

Searched refs:pour_type (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dpair_sph.cpp306 int pour_type = 0; in init_style() local
308 pour_type = j; in init_style()
309 pour_maxrad = modify->fix[i]->max_rad(pour_type); in init_style()
310 onerad[pour_type] = MAX(onerad[pour_type],pour_maxrad); in init_style()
H A Dpair_gran.cpp548 int pour_type = 0; in init_style() local
550 pour_type = j; in init_style()
551 pour_maxrad = modify->fix[i]->max_rad(pour_type); in init_style()
552 onerad_dynamic[pour_type] = MAX(onerad_dynamic[pour_type],pour_maxrad); in init_style()