Skip to content

Commit

Permalink
Mesh.save point_data wants Dict[str, ndarray] #7
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmcbain committed Nov 3, 2019
1 parent 6580497 commit 4a745ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 04_heat_gaussian/st04_heat_gaussian.py
Expand Up @@ -52,4 +52,5 @@

u = solve(*condense(A, b, D=boundary))

mesh.save(str(output_dir.joinpath(f'solution{i:06d}.vtk')), u)
mesh.save(str(output_dir.joinpath(f'solution{i:06d}.vtk')),
{'temperature': u})

0 comments on commit 4a745ca

Please sign in to comment.