| Trixi.jl | https://trixi-framework.github.io/TrixiDocumentation/dev |
| Home | https://trixi-framework.github.io/TrixiDocumentation/dev |
| Installation | https://trixi-framework.github.io/TrixiDocumentation/dev#Installation |
| Usage | https://trixi-framework.github.io/TrixiDocumentation/dev#Usage |
| Referencing | https://trixi-framework.github.io/TrixiDocumentation/dev#Referencing |
| Authors | https://trixi-framework.github.io/TrixiDocumentation/dev#authors-index-md |
| License and contributing | https://trixi-framework.github.io/TrixiDocumentation/dev#License-and-contributing |
| Participating research groups | https://trixi-framework.github.io/TrixiDocumentation/dev#Participating-research-groups |
| Acknowledgments | https://trixi-framework.github.io/TrixiDocumentation/dev#Acknowledgments |
| Overview | https://trixi-framework.github.io/TrixiDocumentation/overview/ |
| Visualization | https://trixi-framework.github.io/TrixiDocumentation/visualization/ |
| Restart simulation | https://trixi-framework.github.io/TrixiDocumentation/restart/ |
| Introduction | https://trixi-framework.github.io/TrixiDocumentation/tutorials/introduction/ |
| 1.1 Getting started | https://trixi-framework.github.io/TrixiDocumentation/tutorials/first_steps/getting_started/ |
| 1.2 Create your first setup | https://trixi-framework.github.io/TrixiDocumentation/tutorials/first_steps/create_first_setup/ |
| 1.3 Changing Trixi.jl itself | https://trixi-framework.github.io/TrixiDocumentation/tutorials/first_steps/changing_trixi/ |
| 2 Behind the scenes of a simulation setup | https://trixi-framework.github.io/TrixiDocumentation/tutorials/behind_the_scenes_simulation_setup/ |
| 3 Introduction to DG methods | https://trixi-framework.github.io/TrixiDocumentation/tutorials/scalar_linear_advection_1d/ |
| 4 DGSEM with flux differencing | https://trixi-framework.github.io/TrixiDocumentation/tutorials/DGSEM_FluxDiff/ |
| 5 Shock capturing with flux differencing and stage limiter | https://trixi-framework.github.io/TrixiDocumentation/tutorials/shock_capturing/ |
| 6 Subcell limiting with the IDP Limiter | https://trixi-framework.github.io/TrixiDocumentation/tutorials/subcell_shock_capturing/ |
| 7 Non-periodic boundaries | https://trixi-framework.github.io/TrixiDocumentation/tutorials/non_periodic_boundaries/ |
| 8 DG schemes via DGMulti solver | https://trixi-framework.github.io/TrixiDocumentation/tutorials/DGMulti_1/ |
| 9 Other SBP schemes (FD, CGSEM) via DGMulti solver | https://trixi-framework.github.io/TrixiDocumentation/tutorials/DGMulti_2/ |
| 10 Upwind FD SBP schemes | https://trixi-framework.github.io/TrixiDocumentation/tutorials/upwind_fdsbp/ |
| 11 Adding a new scalar conservation law | https://trixi-framework.github.io/TrixiDocumentation/tutorials/adding_new_scalar_equations/ |
| 12 Adding a non-conservative equation | https://trixi-framework.github.io/TrixiDocumentation/tutorials/adding_nonconservative_equation/ |
| 13 Parabolic terms | https://trixi-framework.github.io/TrixiDocumentation/tutorials/parabolic_terms/ |
| 14 Adding new parabolic terms | https://trixi-framework.github.io/TrixiDocumentation/tutorials/adding_new_parabolic_terms/ |
| 15 Adding parabolic source terms | https://trixi-framework.github.io/TrixiDocumentation/tutorials/parabolic_source_terms/ |
| 16 Adaptive mesh refinement | https://trixi-framework.github.io/TrixiDocumentation/tutorials/adaptive_mesh_refinement/ |
| 17 Structured mesh with curvilinear mapping | https://trixi-framework.github.io/TrixiDocumentation/tutorials/structured_mesh_mapping/ |
| 18 Unstructured meshes with HOHQMesh.jl | https://trixi-framework.github.io/TrixiDocumentation/tutorials/hohqmesh_tutorial/ |
| 19 P4est mesh from gmsh | https://trixi-framework.github.io/TrixiDocumentation/tutorials/p4est_from_gmsh/ |
| 20 Explicit time stepping | https://trixi-framework.github.io/TrixiDocumentation/tutorials/time_stepping/ |
| 21 Differentiable programming | https://trixi-framework.github.io/TrixiDocumentation/tutorials/differentiable_programming/ |
| 22 Custom semidiscretizations | https://trixi-framework.github.io/TrixiDocumentation/tutorials/custom_semidiscretization/ |
| Tree mesh | https://trixi-framework.github.io/TrixiDocumentation/meshes/tree_mesh/ |
| Structured mesh | https://trixi-framework.github.io/TrixiDocumentation/meshes/structured_mesh/ |
| Unstructured mesh | https://trixi-framework.github.io/TrixiDocumentation/meshes/unstructured_quad_mesh/ |
| P4est-based mesh | https://trixi-framework.github.io/TrixiDocumentation/meshes/p4est_mesh/ |
| DGMulti mesh | https://trixi-framework.github.io/TrixiDocumentation/meshes/dgmulti_mesh/ |
| Mesh constructor comparison | https://trixi-framework.github.io/TrixiDocumentation/meshes/mesh_constructor_comparison/ |
| Time integration | https://trixi-framework.github.io/TrixiDocumentation/time_integration/ |
| Callbacks | https://trixi-framework.github.io/TrixiDocumentation/callbacks/ |
| Coupling | https://trixi-framework.github.io/TrixiDocumentation/multi-physics_coupling/ |
| Conventions | https://trixi-framework.github.io/TrixiDocumentation/conventions/ |
| Development | https://trixi-framework.github.io/TrixiDocumentation/development/ |
| GitHub & Git | https://trixi-framework.github.io/TrixiDocumentation/github-git/ |
| Style guide | https://trixi-framework.github.io/TrixiDocumentation/styleguide/ |
| Testing | https://trixi-framework.github.io/TrixiDocumentation/testing/ |
| Performance | https://trixi-framework.github.io/TrixiDocumentation/performance/ |
| Parallelization | https://trixi-framework.github.io/TrixiDocumentation/parallelization/ |
| Heterogeneous | https://trixi-framework.github.io/TrixiDocumentation/heterogeneous/ |
| Troubleshooting and FAQ | https://trixi-framework.github.io/TrixiDocumentation/troubleshooting/ |
| Trixi.jl | https://trixi-framework.github.io/TrixiDocumentation/reference-trixi/ |
| TrixiBase.jl | https://trixi-framework.github.io/TrixiDocumentation/reference-trixibase/ |
| Trixi2Vtk.jl | https://trixi-framework.github.io/TrixiDocumentation/reference-trixi2vtk/ |
| Changelog | https://trixi-framework.github.io/TrixiDocumentation/changelog/ |
| Authors | https://trixi-framework.github.io/TrixiDocumentation/authors/ |
| Contributing | https://trixi-framework.github.io/TrixiDocumentation/contributing/ |
| Code of Conduct | https://trixi-framework.github.io/TrixiDocumentation/code_of_conduct/ |
| License | https://trixi-framework.github.io/TrixiDocumentation/license/ |
| https://trixi-framework.github.io/TrixiDocumentation/dev |
| Home | https://trixi-framework.github.io/TrixiDocumentation/dev |
| Home | https://trixi-framework.github.io/TrixiDocumentation/dev |
| GitHub | https://github.com/trixi-framework/Trixi.jl |
| | https://github.com/trixi-framework/Trixi.jl/blob/main/docs/src/index.md |
| https://trixi-framework.github.io/TrixiDocumentation/dev |
| javascript:; |
| Trixi.jl | https://trixi-framework.github.io/TrixiDocumentation/dev#Trixi.jl |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Trixi.jl |
| https://trixi-framework.github.io/TrixiDocumentation/stable |
| https://trixi-framework.github.io/TrixiDocumentation/dev |
| https://join.slack.com/t/trixi-framework/shared_invite/zt-sgkc6ppw-6OXJqZAD5SPjBYqLd8MU~g |
| https://www.youtube.com/@trixi-framework |
| https://github.com/trixi-framework/Trixi.jl/actions?query=workflow%3ACI |
| https://codecov.io/gh/trixi-framework/Trixi.jl |
| https://coveralls.io/github/trixi-framework/Trixi.jl?branch=main |
| https://github.com/JuliaTesting/Aqua.jl |
| https://opensource.org/licenses/MIT |
| https://doi.org/10.5281/zenodo.3996439 |
| https://www.bestpractices.dev/projects/8695 |
| Trixi.jl | https://github.com/trixi-framework/Trixi.jl |
| Julia | https://julialang.org |
| line/quad/hex/simplex meshes | https://trixi-framework.github.io/TrixiDocumentation/stable/overview/#Semidiscretizations |
| p4est | https://github.com/cburstedde/p4est |
| P4est.jl | https://github.com/trixi-framework/P4est.jl |
| Finite difference summation by parts (SBP) methods | https://github.com/ranocha/SummationByPartsOperators.jl |
| SciML ecosystem for ordinary differential equations | https://diffeq.sciml.ai/latest/ |
| Explicit low-storage Runge-Kutta time integration | https://diffeq.sciml.ai/latest/solvers/ode_solve/#Low-Storage-Methods |
| Strong stability preserving methods | https://diffeq.sciml.ai/latest/solvers/ode_solve/#Explicit-Strong-Stability-Preserving-Runge-Kutta-Methods-for-Hyperbolic-PDEs-(Conservation-Laws) |
| ForwardDiff.jl | https://github.com/JuliaDiff/ForwardDiff.jl |
| SparseConnectivityTracer.jl | https://github.com/adrhill/SparseConnectivityTracer.jl |
| TrixiShallowWater.jl | https://github.com/trixi-framework/TrixiShallowWater.jl |
| Self-gravitating gas dynamics | https://github.com/trixi-framework/paper-self-gravitating-gas-dynamics |
| Plots.jl | https://github.com/JuliaPlots/Plots.jl |
| Makie.jl | https://makie.juliaplots.org/ |
| Trixi2Vtk | https://github.com/trixi-framework/Trixi2Vtk.jl |
| Installation | https://trixi-framework.github.io/TrixiDocumentation/dev#Installation |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Installation |
| follow the instructions for your operating system | https://julialang.org/downloads/platform/ |
| For users | https://trixi-framework.github.io/TrixiDocumentation/dev#For-users |
| https://trixi-framework.github.io/TrixiDocumentation/dev#For-users |
| Trixi2Vtk | https://github.com/trixi-framework/Trixi2Vtk.jl |
| Plots.jl | https://github.com/JuliaPlots/Plots.jl |
| OrdinaryDiffEq.jl | https://github.com/SciML/OrdinaryDiffEq.jl |
| OrdinaryDiffEq.jl | https://github.com/SciML/OrdinaryDiffEq.jl |
| Plots.jl | https://github.com/JuliaPlots/Plots.jl |
| latest release | https://github.com/trixi-framework/Trixi.jl/releases/latest |
| Troubleshooting | https://trixi-framework.github.io/TrixiDocumentation/troubleshooting/#old-release |
| Changelog | https://trixi-framework.github.io/TrixiDocumentation/changelog/#Changelog |
| For developers | https://trixi-framework.github.io/TrixiDocumentation/dev#for-developers |
| https://trixi-framework.github.io/TrixiDocumentation/dev#for-developers |
| Plots.jl | https://github.com/JuliaPlots/Plots.jl |
| OrdinaryDiffEq.jl | https://github.com/SciML/OrdinaryDiffEq.jl |
| Example: Installing Trixi.jl as a package | https://trixi-framework.github.io/TrixiDocumentation/dev#Example:-Installing-Trixi.jl-as-a-package |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Example:-Installing-Trixi.jl-as-a-package |
| Usage | https://trixi-framework.github.io/TrixiDocumentation/dev#Usage |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Usage |
| examples/ | https://github.com/trixi-framework/Trixi.jl/examples/ |
| Example: Running a simulation with Trixi.jl | https://trixi-framework.github.io/TrixiDocumentation/dev#Example:-Running-a-simulation-with-Trixi.jl |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Example:-Running-a-simulation-with-Trixi.jl |
| Troubleshooting | https://trixi-framework.github.io/TrixiDocumentation/troubleshooting/#font-issues |
| Performing a convergence analysis | https://trixi-framework.github.io/TrixiDocumentation/dev#Performing-a-convergence-analysis |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Performing-a-convergence-analysis |
| Showcase of advanced features | https://trixi-framework.github.io/TrixiDocumentation/dev#Showcase-of-advanced-features |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Showcase-of-advanced-features |
| From Mesh Generation to Adaptive Simulation: A Journey in Julia | https://youtu.be/_N4ozHr-t9E |
| reproducibility repository | https://github.com/trixi-framework/talk-2022-juliacon_toolchain |
| Referencing | https://trixi-framework.github.io/TrixiDocumentation/dev#Referencing |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Referencing |
| Authors | https://trixi-framework.github.io/TrixiDocumentation/dev#authors-index-md |
| https://trixi-framework.github.io/TrixiDocumentation/dev#authors-index-md |
| Michael Schlottke-Lakemper | https://www.uni-augsburg.de/fakultaet/mntf/math/prof/hpsc |
| Gregor Gassner | https://www.mi.uni-koeln.de/NumSim/gregor-gassner |
| Hendrik Ranocha | https://ranocha.de |
| Andrew Winters | https://liu.se/en/employee/andwi94 |
| Jesse Chan | https://jlchan.github.io |
| Andrés Rueda-Ramírez | https://andres.rueda-ramirez.com |
| Authors | https://trixi-framework.github.io/TrixiDocumentation/authors/#Authors |
| License and contributing | https://trixi-framework.github.io/TrixiDocumentation/dev#License-and-contributing |
| https://trixi-framework.github.io/TrixiDocumentation/dev#License-and-contributing |
| License | https://trixi-framework.github.io/TrixiDocumentation/license/#License |
| Contributing | https://trixi-framework.github.io/TrixiDocumentation/contributing/#Contributing |
| Code of Conduct | https://trixi-framework.github.io/TrixiDocumentation/code_of_conduct/#code-of-conduct |
| join us on Slack | https://join.slack.com/t/trixi-framework/shared_invite/zt-sgkc6ppw-6OXJqZAD5SPjBYqLd8MU~g |
| create an issue | https://github.com/trixi-framework/Trixi.jl/issues/new |
| Participating research groups | https://trixi-framework.github.io/TrixiDocumentation/dev#Participating-research-groups |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Participating-research-groups |
| Applied and Computational Mathematics, RWTH Aachen University 🇩🇪 | https://www.acom.rwth-aachen.de |
| Applied Mathematics, Department of Mathematics, University of Hamburg 🇩🇪 | https://www.math.uni-hamburg.de/en/forschung/bereiche/am.html |
| Department of Applied Mathematics in Aerospace Engineering, Polytechnic University of Madrid (UPM) 🇪🇸 | https://numath.dmae.upm.es/ |
| Division of Applied Mathematics, Department of Mathematics, Linköping University 🇸🇪 | https://liu.se/en/employee/andwi94 |
| Computational and Applied Mathematics, Rice University 🇺🇸 | https://jlchan.github.io/ |
| High-Performance Computing, Institute of Software Technology, German Aerospace Center (DLR) 🇩🇪 | https://www.dlr.de/en/sc/about-us/departments/high-performance-computing |
| High-Performance Scientific Computing, University of Augsburg 🇩🇪 | https://hpsc.math.uni-augsburg.de |
| Numerical Mathematics, Institute of Mathematics, Johannes Gutenberg University Mainz 🇩🇪 | https://ranocha.de |
| Numerical Simulation, Department of Mathematics and Computer Science, University of Cologne 🇩🇪 | https://www.mi.uni-koeln.de/NumSim/ |
| Acknowledgments | https://trixi-framework.github.io/TrixiDocumentation/dev#Acknowledgments |
| https://trixi-framework.github.io/TrixiDocumentation/dev#Acknowledgments |
| Deutsche Forschungsgemeinschaft | https://www.dfg.de/ |
| SNuBIC | https://www.snubic.io |
| European Research Council | https://erc.europa.eu |
| Vetenskapsrådet | https://www.vr.se |
| National Science Foundation | https://www.nsf.gov/ |
| Federal Ministry of Education and Research | https://www.bmbf.de |
| Daimler und Benz Stiftung | https://www.daimler-benz-stiftung.de |
| NumFOCUS | https://numfocus.org/ |
| Overview » | https://trixi-framework.github.io/TrixiDocumentation/overview/ |
| Documenter.jl | https://github.com/JuliaDocs/Documenter.jl |
| Julia Programming Language | https://julialang.org/ |
| Documenter.jl | https://github.com/JuliaDocs/Documenter.jl |