Merge branch 'mpi_periodic' into 'master'

Mpi periodic

See merge request jschoeberl/netgen!93
This commit is contained in:
Joachim Schöberl 2018-08-02 06:56:47 +02:00
commit 614489c69a
3 changed files with 589 additions and 329 deletions

View File

@ -44,6 +44,7 @@ namespace netgen
cd2names.SetSize(0);
#ifdef PARALLEL
this->comm = MPI_COMM_WORLD;
paralleltop = new ParallelMeshTopology (*this);
#endif
}

View File

@ -32,6 +32,11 @@ namespace netgen
/// point coordinates
T_POINTS points;
#ifdef PARALLEL
// The communicator for this mesh. (more or less dummy for now!)
MPI_Comm comm;
#endif
/// line-segments at edges
Array<Segment, 0, size_t> segments;
/// surface elements, 2d-inner elements

File diff suppressed because it is too large Load Diff