mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
partition array also in sequential version
This commit is contained in:
parent
d7452c34f9
commit
c0534c5e0a
@ -917,9 +917,6 @@ namespace netgen
|
||||
/// loads a mesh sent from master processor
|
||||
void ReceiveParallelMesh ();
|
||||
|
||||
NgArray<int> vol_partition;
|
||||
NgArray<int> surf_partition;
|
||||
NgArray<int> seg_partition;
|
||||
|
||||
#else
|
||||
void ParallelMetis (int /* nproc */) {}
|
||||
@ -929,6 +926,10 @@ namespace netgen
|
||||
NgArray<int> & segment_weights){ }
|
||||
#endif
|
||||
|
||||
NgArray<int> vol_partition;
|
||||
NgArray<int> surf_partition;
|
||||
NgArray<int> seg_partition;
|
||||
|
||||
shared_ptr<Mesh> Mirror( netgen::Point<3> p, Vec<3> n );
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user