Home
last modified time | relevance | path

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

/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DLinkCells.cpp166 unsigned LinkCells::convertIndicesToIndex( const unsigned& nx, const unsigned& ny, const unsigned& … in convertIndicesToIndex() function in PLMD::LinkCells
172 return convertIndicesToIndex( celn[0], celn[1], celn[2] ); in findCell()
H A DLinkCells.h71 …unsigned convertIndicesToIndex( const unsigned& nx, const unsigned& ny, const unsigned& nz ) const…