Skip to content
Snippets Groups Projects
Commit 4b4c92ca authored by Lisa Julia Nebel's avatar Lisa Julia Nebel Committed by Lisa Julia Nebel
Browse files

Add flag useFixedOrder to the coarsen method of AMGs ParallelIndicesCoarsener.

If set to true, the indices for the coarser grid will be created in a fixed order, making parallel runs reproducible but the runtime is possibly not ideal.
If set to false (which is the default), the order depends on the order of messages recieved from the processes responsible for the respective parts of the finer grid.
Then the indices on the coarser grid may differ from run to run.
parent 38a50dc3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment