mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
ng_comm
This commit is contained in:
parent
17a457c1fc
commit
5fafe3c36f
@ -26,6 +26,11 @@ enum NG_ELEMENT_TYPE {
|
||||
enum NG_REFINEMENT_TYPE { NG_REFINE_H = 0, NG_REFINE_P = 1, NG_REFINE_HP = 2 };
|
||||
#endif
|
||||
|
||||
#ifndef PARALLEL
|
||||
typedef int MPI_Comm;
|
||||
#endif
|
||||
namespace netgen { extern MPI_Comm ng_comm; }
|
||||
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user