VTUFileHandler.VTUFileType
VTUFile(name::String)

loads a VTU file. Don't forget to set the proper fieldnames via set_uncompress_keywords and set_interpolation_keywords Example set_uncompress_keywords("temperature","points") set_interpolation_keywords("temperature") vtufile = VTUFile("./path-to-vtu/example.vtu");

Arguments

  • name::String: path to vtu file
VTUFileHandler.VTUHeaderType
VTUHeader(::Type{T},input::Vector{UInt8}) where {T<:Union{UInt32,UInt64}}

Computes the VTUHeader based on the headertype and a Base64 decoded input data array.

Arguments

  • ::Type{T}: headertype, either UInt32 or UInt64
  • input::Vector{UInt8}: input data
VTUFileHandler.set_uncompress_keywordsMethod

setuncompresskeywords(uk::Vector{String})

Sets all fields that should be accessible and therefore needs to be uncompressed

Arguments

  • uk::Vector{String}: fieldnames