Skip to content

Commit 7b7fd8c

Browse files
authoredFeb 4, 2025··
Add downstream projects (#73)
1 parent 602f712 commit 7b7fd8c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎index.md

+23
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,29 @@ constitute the Trixi framework on [GitHub](https://github.com/orgs/trixi-framewo
7979
Julia package for reading VTK XML files (maintained by the Trixi framework
8080
authors).
8181

82+
## Downstream projects
83+
There exist several downstream projects that build on the Trixi framework. Some of them are
84+
listed below. If you have a project that you would like to see listed here, please
85+
[open an issue](https://github.com/trixi-framework/trixi-framework.github.io/issues/new).
86+
87+
* [**BloodFlowTrixi.jl**](https://github.com/yolhan83/BloodFlowTrixi.jl)
88+
89+
BloodFlowTrixi.jl implements one-dimensional (1D) and two-dimensional (2D) blood flow
90+
models for arterial circulation.
91+
92+
* [**TrixiCUDA.jl**](https://github.com/trixi-gpu/TrixiCUDA.jl)
93+
94+
TrixiCUDA.jl offers CUDA acceleration for solving hyperbolic PDEs.
95+
96+
* [**TrixiLW.jl**](https://github.com/Arpit-Babbar/TrixiLW.jl)
97+
98+
An implementation of the Lax-Wendroff flux reconstruction scheme for curvilinear meshes
99+
with adaptive mesh refinement and error based time stepping.
100+
101+
* [**TrixiShockTube.jl**](https://github.com/stillyslalom/TrixiShockTube.jl)
102+
103+
A package for performing shock tube simulations with Trixi.jl.
104+
82105
## Publications
83106
The following publications make use of Trixi.jl or one of the other packages
84107
listed above. Author names of Trixi.jl's main developers are in *italics*.

0 commit comments

Comments
 (0)
Please sign in to comment.