LLNL / Tribol

Modular interface physics library featuring state-of-the-art contact physics methods.
MIT License
25 stars 2 forks source link

Excessive warnings for redecomp with certain mesh configs #93

Open ebchin opened 3 months ago

ebchin commented 3 months ago

When the number of elements in the redecomposition < number of ranks, there are lots of warnings about the RCB decomposition failing. We should figure out what is causing these errors.

Note when elements < ranks, the size of the redecomposition should be scaled down before the warning is reached.

ebchin commented 3 months ago

This is related to #89