mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
Merge branch 'mpi_periodic' into 'master'
Mpi periodic See merge request jschoeberl/netgen!93
This commit is contained in:
commit
614489c69a
@ -44,6 +44,7 @@ namespace netgen
|
|||||||
cd2names.SetSize(0);
|
cd2names.SetSize(0);
|
||||||
|
|
||||||
#ifdef PARALLEL
|
#ifdef PARALLEL
|
||||||
|
this->comm = MPI_COMM_WORLD;
|
||||||
paralleltop = new ParallelMeshTopology (*this);
|
paralleltop = new ParallelMeshTopology (*this);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,11 @@ namespace netgen
|
|||||||
/// point coordinates
|
/// point coordinates
|
||||||
T_POINTS points;
|
T_POINTS points;
|
||||||
|
|
||||||
|
#ifdef PARALLEL
|
||||||
|
// The communicator for this mesh. (more or less dummy for now!)
|
||||||
|
MPI_Comm comm;
|
||||||
|
#endif
|
||||||
|
|
||||||
/// line-segments at edges
|
/// line-segments at edges
|
||||||
Array<Segment, 0, size_t> segments;
|
Array<Segment, 0, size_t> segments;
|
||||||
/// surface elements, 2d-inner elements
|
/// surface elements, 2d-inner elements
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user