mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
non-parallel fix
This commit is contained in:
parent
906334f224
commit
215fd1bca7
@ -230,7 +230,9 @@ namespace netgen
|
|||||||
int * const indices = NULL, int numind = 0) const;
|
int * const indices = NULL, int numind = 0) const;
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef PARALLEL
|
||||||
std::tuple<int,int*> GetDistantProcs (int nodetype, int locnum) const;
|
std::tuple<int,int*> GetDistantProcs (int nodetype, int locnum) const;
|
||||||
|
#endif
|
||||||
|
|
||||||
shared_ptr<Mesh> SelectMesh () const;
|
shared_ptr<Mesh> SelectMesh () const;
|
||||||
};
|
};
|
||||||
|
@ -660,6 +660,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef PARALLEL
|
||||||
|
|
||||||
std::tuple<int,int*> Ngx_Mesh :: GetDistantProcs (int nodetype, int locnum) const
|
std::tuple<int,int*> Ngx_Mesh :: GetDistantProcs (int nodetype, int locnum) const
|
||||||
{
|
{
|
||||||
@ -686,6 +687,8 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user