BloodFlowTrixi.jl
This package implements 1D and 2D blood flow models for arterial circulation using Trixi.jl, enabling efficient numerical simulation and analysis.
File Explorer
- CI.yml
- CompatHelper.yml
- TagBot.yml
- dependabot.yml
- settings.json
- .gitignore
- Project.toml
- graph.gif
- graph2d.gif
- index.md
- math.md
- pressure_3d.gif
- pressure_curve_3d.gif
- tuto.md
- make.jl
- Project.toml
- exemple.jl
- exemple.jl
- diexemple.jl
- exemple.jl
- BloodFlowTrixiDataInterpolationsExt.jl
- 1dmodelord2.jl
- convergence_test.jl
- pressure_in.jl
- 1dmodel.jl
- bc1d.jl
- variables.jl
- viz.jl
- convergence_test.jl
- pressure_in.jl
- 2dmodel.jl
- bc2d.jl
- variables.jl
- viz.jl
- BloodFlowTrixi.jl
- aquatest.jl
- DataInterpolationsTest.jl
- Manifest.toml
- Project.toml
- runtests.jl
- .gitignore
- .JuliaFormatter.toml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- Project.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pkg
View Details ▼
pkg
Package management utility for Termux.
pkg {{[up|upgrade]}}
Upgrade all installed packages:
pkg install {{package}}
Install a new package:
tldr pkg_add
View documentation for installing/updating packages:
julia
View Details ▼
julia
A high-level, high-performance dynamic programming language for technical computing.
julia
Start a REPL (interactive shell):
julia {{program.jl}}
Execute a Julia program and exit:
julia {{program.jl}} {{arguments}}
Execute a Julia program that takes arguments:
