Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dforce.h70 std::string custom_rolling_model; member
241 { custom_contact_models.custom_rolling_model = param; } in set_custom_rolling_model()
243 { return custom_contact_models.custom_rolling_model; } in get_custom_rolling_model()
H A Dcontact_models.cpp236 if (rolling_models.find(ccm.custom_rolling_model) != rolling_models.end()) in select_model()
237 rolling = rolling_models[ccm.custom_rolling_model]; in select_model()