Home
last modified time | relevance | path

Searched refs:dihedral_match (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_dihedral.cpp40 dihedral = (DihedralHybrid *) force->dihedral_match("hybrid"); in ComputeDihedral()
64 dihedral = (DihedralHybrid *) force->dihedral_match("hybrid"); in init()
H A Dforce.h139 Dihedral *dihedral_match(const std::string &);
H A Dforce.cpp562 Dihedral *Force::dihedral_match(const std::string &style) in dihedral_match() function in Force
/dports/science/lammps/lammps-stable_29Sep2021/src/PLUGIN/
H A Dplugin.cpp357 && (lmp->force->dihedral_match(name) != nullptr)) in plugin_unload()