Skip to content
Snippets Groups Projects
Commit f741e309 authored by Christoph Rettinger's avatar Christoph Rettinger
Browse files

Merge branch 'mr_boundary_from_cellinterval_fix' into 'master'

Fix BoundaryFromCellInterval

See merge request walberla/walberla!519
parents 2e836ca9 d98926ef
Branches
Tags
No related merge requests found
......@@ -44,6 +44,9 @@ void BoundaryFromCellInterval<BoundaryHandlerT>::init( const CellInterval & glob
CellInterval localCellInterval;
structuredBlockStorage_.transformGlobalToBlockLocalCellInterval( localCellInterval, *blockIt, globalCellInterval );
boundarySetter.configure( *blockIt, boundaryHandlerID_ );
auto flagField = boundarySetter.getFlagField();
localCellInterval.intersect(flagField->xyzSizeWithGhostLayer());
boundarySetter.set( localCellInterval );
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment