Trixi2Vtk

Convert output files generated with Trixi.jl to VTK.

https://github.com/trixi-framework/trixi2vtk.jl

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.2%) to scientific vocabulary

Keywords from Contributors

summation-by-parts numerical-simulation-framework hyperbolic-equations discontinuous-galerkin conservation-laws amr mesh adaptive-mesh-refinement parallel pde
Last synced: 6 months ago · JSON representation ·

Repository

Convert output files generated with Trixi.jl to VTK.

Basic Info
Statistics
  • Stars: 13
  • Watchers: 10
  • Forks: 9
  • Open Issues: 11
  • Releases: 34
Created over 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation Security Zenodo

README.md

Trixi2Vtk.jl

Docs-stable Build Status Coveralls License: MIT DOI <!-- GitHub commits since tagged version -->

With Trixi2Vtk.jl you can convert the HDF5-based output files created by Trixi.jl (solution or restart files) to VTK files. The converted files can then be further processed with ParaView or VisIt to generate publication-quality visualizations. Trixi2Vtk is part of the Trixi framework.

Installation

If you have not yet installed Julia, please follow the instructions for your operating system. Trixi2Vtk works with Julia v1.10 and newer.

Trixi2Vtk is a registered Julia package. Hence, you can install it by executing the following commands in the Julia REPL: julia julia> import Pkg; Pkg.add("Trixi2Vtk")

To update an existing installation of Trixi2Vtk to the latest release, execute julia julia> import Pkg; Pkg.update("Trixi2Vtk"); Pkg.status("Trixi2Vtk") in the Julia REPL. A brief list of notable changes to Trixi2Vtk is available in NEWS.md.

Usage

In the Julia REPL, first load the package Trixi2Vtk julia julia> using Trixi2Vtk To process an HDF5 file generated by Trixi.jl, execute julia julia> trixi2vtk(joinpath("out", "solution_000000.h5"), output_directory="out") This will create two unstructured VTK files in the out/ subdirectory that can be opened with ParaView or VisIt: solution_000000.vtu contains the discontinuous Galerkin solution data while solution_000000_celldata.vtu holds any cell-based values such as the current AMR indicator or the cell refinement level.

For further information on how to use Trixi with Trixi2Vtk, please refer to the documentation of Trixi.

Authors

Trixi2Vtk is maintained by the Trixi authors. Its principal developers are Michael Schlottke-Lakemper (University of Stuttgart, Germany) and Hendrik Ranocha (University of Mainz, Germany).

License and contributing

Trixi2Vtk is licensed under the MIT license (see LICENSE.md).

Owner

  • Name: Trixi.jl
  • Login: trixi-framework
  • Kind: organization

Adaptive high-order numerical simulations of hyperbolic PDEs in Julia

Citation (CITATION.bib)

@online{ranocha2021adaptive,
  title={Adaptive numerical simulations with {T}rixi.jl:
         {A} case study of {J}ulia for scientific computing},
  author={Ranocha, Hendrik and Schlottke-Lakemper, Michael and Winters, Andrew Ross
          and Faulhaber, Erik and Chan, Jesse and Gassner, Gregor},
  year={2021},
  month={08},
  eprint={2108.06476},
  eprinttype={arXiv},
  eprintclass={cs.MS}
}

@article{schlottkelakemper2021purely,
  title={A purely hyperbolic discontinuous {G}alerkin approach for
         self-gravitating gas dynamics},
  author={Schlottke-Lakemper, Michael and Winters, Andrew R and
          Ranocha, Hendrik and Gassner, Gregor J},
  journal={Journal of Computational Physics},
  pages={110467},
  year={2021},
  month={06},
  publisher={Elsevier},
  doi={10.1016/j.jcp.2021.110467},
  eprint={2008.10593},
  eprinttype={arXiv},
  eprintclass={math.NA}
}

@misc{schlottkelakemper2021trixi2vtk,
  title={{Trixi2Vtk.jl}: {C}onvert output files generated with
         {T}rixi.jl to {VTK}},
  author={Schlottke-Lakemper, Michael and Ranocha, Hendrik},
  year={2021},
  month={08},
  howpublished={\url{https://github.com/trixi-framework/Trixi2Vtk.jl}},
  doi={10.5281/zenodo.5221552}
}

GitHub Events

Total
  • Create event: 20
  • Commit comment event: 13
  • Issues event: 1
  • Release event: 7
  • Watch event: 2
  • Delete event: 10
  • Issue comment event: 32
  • Push event: 61
  • Pull request review comment event: 17
  • Pull request review event: 41
  • Pull request event: 32
  • Fork event: 2
Last Year
  • Create event: 20
  • Commit comment event: 13
  • Issues event: 1
  • Release event: 7
  • Watch event: 2
  • Delete event: 10
  • Issue comment event: 32
  • Push event: 61
  • Pull request review comment event: 17
  • Pull request review event: 41
  • Pull request event: 32
  • Fork event: 2

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 199
  • Total Committers: 10
  • Avg Commits per committer: 19.9
  • Development Distribution Score (DDS): 0.477
Past Year
  • Commits: 33
  • Committers: 8
  • Avg Commits per committer: 4.125
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
Hendrik Ranocha m****l@r****e 104
Michael Schlottke-Lakemper m****l@s****m 71
github-actions[bot] 4****] 10
dependabot[bot] 4****] 4
Andrew Winters a****s@l****e 3
Joshua Lampert 5****t 2
Benjamin Bolm 7****m 2
Patrick Ersing 1****g 1
Johannes Markert 1****k 1
Erik Faulhaber 4****r 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 21
  • Total pull requests: 117
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 1 month
  • Total issue authors: 11
  • Total pull request authors: 15
  • Average comments per issue: 2.19
  • Average comments per pull request: 1.28
  • Merged pull requests: 84
  • Bot issues: 1
  • Bot pull requests: 35
Past Year
  • Issues: 2
  • Pull requests: 32
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 2
  • Pull request authors: 11
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.59
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 7
Top Authors
Issue Authors
  • ranocha (5)
  • andrewwinters5000 (3)
  • sloede (3)
  • DanielDoehring (3)
  • Arpit-Babbar (1)
  • patrickersing (1)
  • torrilhon (1)
  • gregorgassner (1)
  • dependabot[bot] (1)
  • JuliaTagBot (1)
  • bgeihe (1)
Pull Request Authors
  • ranocha (42)
  • github-actions[bot] (22)
  • dependabot[bot] (13)
  • sloede (9)
  • andrewwinters5000 (6)
  • amrueda (4)
  • bennibolm (4)
  • jmark (4)
  • SimonCan (3)
  • JoshuaLampert (3)
  • tristanmontoya (2)
  • sujoy-basak (2)
  • DanielDoehring (1)
  • patrickersing (1)
  • efaulhaber (1)
Top Labels
Issue Labels
enhancement (4) bug (3) good first issue (2) question (1) documentation (1) dependencies (1)
Pull Request Labels
dependencies (13) enhancement (7) github_actions (7) refactoring (1)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 55 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 34
juliahub.com: Trixi2Vtk

Convert output files generated with Trixi.jl to VTK.

  • Versions: 34
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 55 Total
Rankings
Dependent repos count: 9.9%
Forks count: 21.7%
Average: 27.1%
Stargazers count: 37.7%
Dependent packages count: 38.9%
Last synced: 6 months ago

Dependencies

.github/workflows/Invalidations.yml actions
  • actions/checkout v3 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-invalidations v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • coverallsapp/github-action master composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions