Skip to content
Snippets Groups Projects
Commit e8f1f091 authored by Christian Godenschwager's avatar Christian Godenschwager
Browse files

Merge branch 'BoundaryFromDomainBorder' into 'master'

Refinement support for BoundaryFromDomainBorder

See merge request walberla/walberla!95
parents 626e7b40 2d1077c6
Branches
Tags
No related merge requests found
......@@ -106,7 +106,7 @@ void BoundaryFromDomainBorder<Handling>::init( stencil::Direction direction,
const cell_idx_t wd = wallDistance;
CellInterval dBB = blocks_.getDomainCellBB();
CellInterval dBB = blocks_.getDomainCellBB( blocks_.getLevel(*blockIt) );
for( uint_t dim = 0; dim< 3; ++dim )
switch ( stencil::c[dim][direction] )
......
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