Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModelIO_MSH4.cpp2629 std::map<MElement *, int> ghostElements; in writeMSH4GhostCells() local
2633 ghostElements = static_cast<ghostEdge *>(entities[i])->getGhostCells(); in writeMSH4GhostCells()
2637 ghostElements = static_cast<ghostFace *>(entities[i])->getGhostCells(); in writeMSH4GhostCells()
2641 ghostElements = static_cast<ghostRegion *>(entities[i])->getGhostCells(); in writeMSH4GhostCells()
2646 for(auto it = ghostElements.begin(); it != ghostElements.end(); ++it) { in writeMSH4GhostCells()