mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
mesh for vis - parallel
This commit is contained in:
parent
0f493c6c14
commit
ac698a245d
@ -278,8 +278,9 @@ void Ng_LoadMesh (const char * filename)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
mesh.reset (new Mesh());
|
mesh.reset (new Mesh());
|
||||||
vssolution.SetMesh(mesh);
|
// vssolution.SetMesh(mesh);
|
||||||
vsmesh.SetMesh(mesh);
|
// vsmesh.SetMesh(mesh);
|
||||||
|
SetGlobalMesh (mesh);
|
||||||
mesh->SendRecvMesh();
|
mesh->SendRecvMesh();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -111,8 +111,9 @@ void ParallelRun()
|
|||||||
VT_USER_START ("Mesh::ReceiveParallelMesh");
|
VT_USER_START ("Mesh::ReceiveParallelMesh");
|
||||||
mesh.reset( new netgen::Mesh);
|
mesh.reset( new netgen::Mesh);
|
||||||
mesh->SendRecvMesh();
|
mesh->SendRecvMesh();
|
||||||
vsmesh.SetMesh (mesh);
|
// vsmesh.SetMesh (mesh);
|
||||||
vssolution.SetMesh (mesh);
|
// vssolution.SetMesh (mesh);
|
||||||
|
SetGlobalMesh (mesh);
|
||||||
VT_USER_END ("Mesh::ReceiveParallelMesh");
|
VT_USER_END ("Mesh::ReceiveParallelMesh");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user