Home
last modified time | relevance | path

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

/dports/science/ergo/ergo-3.8/source/dft/
H A Dsparse_pattern.cc429 int shellIdx = *i; in clusterShells() local
430 if(shells[shellIdx].centerCoords[dividingDim] < dividingValue) in clusterShells()
431 lessThanList.push_back(shellIdx); in clusterShells()
433 greaterList.push_back(shellIdx); in clusterShells()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/initial/
H A DDistribution.cpp473 Size shellIdx = 0; in generate() local
475 for (Float r = h; r <= R; r += h, shellIdx++) { in generate()
479 const Size m = Size(ceil(shells[shellIdx])); in generate()