Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dvolume_mesh_I.h313 return searchElementByVolAcc(r,0,nall); in randomOwnedGhostElement()
317 int VolumeMesh<NUM_NODES,NUM_FACES,NUM_NODES_PER_FACE>::searchElementByVolAcc(double vol,int lo, in… in searchElementByVolAcc() function
326 return searchElementByVolAcc(vol,mid,hi); in searchElementByVolAcc()
328 return searchElementByVolAcc(vol,lo,mid); in searchElementByVolAcc()
H A Dvolume_mesh.h129 int searchElementByVolAcc(double vol,int lo, int hi);