LLNL / SAMRAI

Structured Adaptive Mesh Refinement Application Infrastructure - a scalable C++ framework for block-structured AMR application development
https://computing.llnl.gov/projects/samrai
Other
224 stars 80 forks source link

Rebuild Connectors when Level 0 is rebalanced #258

Closed nselliott closed 9 months ago

nselliott commented 9 months ago

A rebalancing of level 0 wiped out the Connectors between Levels 0 and 1 as well as the "self connector" of Level 0 to itself. This PR rebuilds them so that they are present just as they are in all other cases when a PatchHierarchy is created and/or regridded by GriddingAlgorithm. For #256