Skip to content
Snippets Groups Projects
Commit 72ce4c6c authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Track 'dijsiont' typo fix

parent 21a3e981
No related branches found
No related tags found
No related merge requests found
......@@ -149,10 +149,10 @@ def test_merge_and_map(ctx_getter, visualize=False):
other_options=["-string", "Mesh.CharacteristicLengthMax = 0.02;"]
)
from meshmode.mesh.processing import merge_dijsoint_meshes, affine_map
from meshmode.mesh.processing import merge_disjoint_meshes, affine_map
mesh2 = affine_map(mesh, A=np.eye(2), b=np.array([5, 0]))
mesh3 = merge_dijsoint_meshes((mesh2, mesh))
mesh3 = merge_disjoint_meshes((mesh2, mesh))
if visualize:
from meshmode.discretization import Discretization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment