Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dvolume_mesh_I.h65isBoundaryFace_ (*this->prop().template addElementProperty< VectorContainer<bool,NUM_FACES> > … in VolumeMesh()
357 isBoundaryFace_.set(i,isb); in buildNeighbours()
374 isBoundaryFace_(i)[iFace] = false; in buildNeighbours()
375 isBoundaryFace_(j)[jFace] = false; in buildNeighbours()
H A Dvolume_mesh.h144 VectorContainer<bool,NUM_FACES>& isBoundaryFace_; variable