Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/colvars/
H A Dcolvarbias_meta.cpp274 colvarbias_meta::create_hill (colvarbias_meta::hill const &h) in create_hill() function in colvarbias_meta
465 create_hill (hill ((hill_weight*exp_weight), colvars, hill_width)); in update()
467 create_hill (hill (hill_weight, colvars, hill_width)); in update()
476 create_hill (hill ((hill_weight*exp_weight), colvars, hill_width, replica_id)); in update()
478 create_hill (hill (hill_weight, colvars, hill_width, replica_id)); in update()
H A Dcolvarbias_meta.h96 virtual std::list<hill>::const_iterator create_hill (hill const &h);