Set the local mesh pointer to the given mesh
| 171 | |
| 172 | // Set the local mesh pointer to the given mesh |
| 173 | void Communicator::SetLocalMesh(MeshType::Pointer pGivenMesh) |
| 174 | { |
| 175 | mpLocalMesh = pGivenMesh; |
| 176 | } |
| 177 | |
| 178 | // Returns pointer to the mesh storing all local entities |
| 179 | Communicator::MeshType::Pointer Communicator::pLocalMesh() |
no outgoing calls
no test coverage detected