mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
remove couts
This commit is contained in:
parent
ee24e786af
commit
bc77c763ae
@ -30,13 +30,9 @@ namespace netgen
|
||||
|
||||
if ( ntasks == 1 ) return;
|
||||
|
||||
cout << "Reset CG, this = " << this << " , mesh: " << &mesh << endl;
|
||||
|
||||
int ned = mesh.GetTopology().GetNEdges();
|
||||
int nfa = mesh.GetTopology().GetNFaces();
|
||||
|
||||
cout << "nnodes : " << mesh.GetNV() << " " << ned << " " << nfa << endl;
|
||||
|
||||
if (glob_edge.Size() != ned)
|
||||
{
|
||||
glob_edge.SetSize(ned);
|
||||
@ -217,8 +213,6 @@ namespace netgen
|
||||
int id = MyMPI_GetId(comm);
|
||||
int ntasks = MyMPI_GetNTasks(comm);
|
||||
|
||||
cout << "Update CG, this = " << this << " , mesh: " << &mesh << endl;
|
||||
|
||||
Reset();
|
||||
static int timer = NgProfiler::CreateTimer ("UpdateCoarseGrid");
|
||||
NgProfiler::RegionTimer reg(timer);
|
||||
|
Loading…
Reference in New Issue
Block a user