MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / SetLocalMesh

Method SetLocalMesh

kratos/sources/communicator.cpp:173–176  ·  view source on GitHub ↗

Set the local mesh pointer to the given mesh

Source from the content-addressed store, hash-verified

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

Callers 4

ModelPartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected