Skip to content
Snippets Groups Projects

[uggrid] Support for transferring element data during load balancing

Merged Ansgar Burchardt requested to merge feature/uggrid-element-data into master
4 files
+ 38
81
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -165,18 +165,6 @@ namespace Dune
CHECK_AND_CALL_INTERFACE_IMPLEMENTATION((asImp().scatter(buffIF,e,n)));
}
/**
* \brief update after grid changes
*
* This method is called during load balancing after `gather` and any
* grid changes and before `scatter`. It should be used to update
* mappers so that data received during the `scatter` phase will be
* stored in the right location.
*
* The default implementation is a no-op.
*/
virtual void update() {}
private:
//! Barton-Nackman trick
DataHandleImp& asImp () {return static_cast<DataHandleImp &> (*this);}
Loading