Skip to content
Snippets Groups Projects

Exchange troubled cell

Merged Robert K requested to merge feature/exchange-troubled-cell into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -321,7 +321,7 @@ namespace Fem
const auto endit = gridPart.iend( entity );
const bool cartesianGrid = flags.cartesian;
//const bool cartesianGrid = flags.cartesian;
// loop over all neighbors
for (auto it = gridPart.ibegin( entity ); it != endit; ++it )
Loading