File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ def compute_local_geometry_data(
222222 data is generated.
223223 :arg boxes_time: Predicated cost of each box. Used by partitioning to improve
224224 load balancing.
225- :arg traversal_builder: Used to construct local tranversal .
225+ :arg traversal_builder: Used to construct local traversal .
226226 """
227227 queue = actx .queue
228228
Original file line number Diff line number Diff line change 44import pyopencl .clmath
55from pyopencl .tools import ( # noqa
66 pytest_generate_tests_for_pyopencl as pytest_generate_tests )
7- from arraycontext import PyOpenCLArrayContext , flatten , unflatten
7+ from arraycontext import flatten , unflatten
8+ from meshmode .array_context import PyOpenCLArrayContext
89
910from meshmode .mesh .generation import make_curve_mesh , ellipse
1011from sumpy .visualization import FieldPlotter
You can’t perform that action at this time.
0 commit comments