Skip to content

Commit

Permalink
Update src/preprocessing/readvtk/vtk2trixi.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Neher <[email protected]>
  • Loading branch information
marcelschurer and LasNikas authored Dec 13, 2024
1 parent 3b008ee commit 46c8bea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/preprocessing/readvtk/vtk2trixi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
vtk2trixi(file::String)
Convert data from VTK-file to InitialCondition
# Arguments
- `file`: Name of the file to be loaded.
"""
function vtk2trixi(file)
vtk_file = VTKFile(file)
Expand Down

0 comments on commit 46c8bea

Please sign in to comment.