Parallel grid port to master additions
Merge request reports
Activity
@simon.praetorius I'm also still getting a segfault when trying this with FoamGrid.
I also tried to reproduce the error in my case. One error happens inside the communicator, but it is really hard to debug. It is not a segfault, but an assert that is raised. But I don't understand what is wrong or what I might have done wrong.
However, the
GlobalIndexSet
works fine (on a non-refined grid)I fixed the hierarchic iterator, the wrong constructor was called. I wonder why you didn't get this error? Maybe you used a different partitioner not the default ALUGridPartitioner? Ah maybe on a non-refined grid this worked...
Edited by Timo Kochah ok. I didn't want to enable/install metis so I just changed to the space-filling curve partitioner. I guess the hiearchic iterator only failed for refined grids.
With the newest commits I have now a working example with globally refined Foamgrid<1,3>, finite volumes and AMG+BiCGSTAB that works.
Edited by Timo Koch
added 1 commit
- f904847f - [parallel][mpaccess] Use override and update interfaces
added 1 commit
- 61b1d52a - [gitignore] Add some useful things to gitignore
added 2 commits
added 1 commit
- ea226eca - [parallelgrid][comm] Use more descriptive local variable name 'codim'
superseded by !4