File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,29 @@ constitute the Trixi framework on [GitHub](https://github.com/orgs/trixi-framewo
79
79
Julia package for reading VTK XML files (maintained by the Trixi framework
80
80
authors).
81
81
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
+
82
105
## Publications
83
106
The following publications make use of Trixi.jl or one of the other packages
84
107
listed above. Author names of Trixi.jl's main developers are in * italics* .
You can’t perform that action at this time.
0 commit comments