Skip to content

Commit

Permalink
issue on newer ParaView versions with appended data
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Jun 2, 2024
1 parent 07a4a6e commit e19790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Damask.jl
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function export_VTK(obj::Result,

for inc in obj.visible["increments"]
k_inc = parse(Int64, split(inc, prefix_inc)[end])
vtkfile = vtk_grid(split(obj.filename, ".")[1] * "_inc" * string(k_inc, pad=n_digits), x, y, z) #TODO different for mode "point" ?
vtkfile = vtk_grid(split(obj.filename, ".")[1] * "_inc" * string(k_inc, pad=n_digits), x, y, z,append = false) #TODO different for mode "point" ?

vtkfile["created", VTKFieldData()] = read_attribute(file, "creator") * " (" * read_attribute(file, "created") * ")"
if mode == "cell"
Expand Down

0 comments on commit e19790d

Please sign in to comment.