Skip to content
Snippets Groups Projects

[parallel] Uncomment the parallel interface member functions

Merged Timo Koch requested to merge feature/uncomment-empty-parallel-interface into master
1 unresolved thread

Communicate seems to be required by DefaultGridView. I'm not sure why this wasn't a problem before as DefaultGridView doesn't seem to have changed.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
534 534 return 0;
535 535 }
536 536
537
538 #if 0
539 537 /** \brief Distributes this grid over the available nodes in a distributed machine
540 538 *
541 539 * \param minlevel The coarsest grid level that gets distributed
542 540 * \param maxlevel does currently get ignored
543 541 */
544 void loadBalance(int strategy, int minlevel, int depth, int maxlevel, int minelement){
545 DUNE_THROW(NotImplemented, "FoamGrid::loadBalance()");
546 }
542 void loadBalance(int strategy, int minlevel, int depth, int maxlevel, int minelement) {}
  • Timo Koch added 1 commit

    added 1 commit

    • a2628f09 - [parallel] Uncomment the parallel interface member functions

    Compare with previous version

  • Timo Koch mentioned in commit 5107b112

    mentioned in commit 5107b112

  • merged

  • Please register or sign in to reply
    Loading