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