Skip to content
Snippets Groups Projects
Commit fdee9cff authored by Helen Schottenhamml's avatar Helen Schottenhamml
Browse files

Merge branch 'holzer-master-patch-18052' into 'master'

Update additional_data_handler.py

See merge request walberla/walberla!642
parents 6a3dd3f7 97ec295a
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@ from pystencils.stencil import inverse_direction
from pystencils.typing import BasicType
from lbmpy.advanced_streaming import AccessPdfValues, numeric_offsets, numeric_index, Timestep, is_inplace
from lbmpy.advanced_streaming.indexing import MirroredStencilDirections
# until lbmpy version 1.3.2
try:
from lbmpy.advanced_streaming.indexing import MirroredStencilDirections
except ImportError:
from lbmpy.custom_code_nodes import MirroredStencilDirections
from lbmpy.boundaries.boundaryconditions import LbBoundary
from lbmpy.boundaries import ExtrapolationOutflow, FreeSlip, UBB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment