Skip to content

WIP: [bugfix] UGGrid: loadBalance with targetProcessors and handler fails for element data

Leopold Stadler requested to merge leopold.stadler/dune-grid:master into master

uggrid.hh allows to loadBalance a mesh with targetProcessors, fromLevel and a dataHandle as argument

loadBalance (const std::vector<Rank>& targetProcessors, unsigned int fromLevel, DataHandle& dataHandle)

this method fails when the handler contains only element data. See #102 (closed)

Merge request reports