BloodFlowTrixi.jl
This package implements 1D and 2D blood flow models for arterial circulation using Trixi.jl, enabling efficient numerical simulation and analysis.
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pkg
설명 보기 ▼
pkg
Termux용 패키지 관리 유틸리티.
더 많은 정보: <https://wiki.termux.com/wiki/Package_Management>.
pkg {{[up|upgrade]}}
설치됨 모든 패키지 업그레이드:
pkg install {{package}}
새 패키지 설치:
tldr pkg_add
패키지 설치/업데이트에 대한 설명서 보기:
julia
설명 보기 ▼
julia
기술 컴퓨팅을 위한 고수준, 고성능 동적 프로그래밍 언어.
더 많은 정보: <https://docs.julialang.org/en/v1/manual/getting-started/>.
julia
REPL(대화형 셸) 시작:
julia {{program.jl}}
Julia 프로그램 실행 후 종료:
julia {{program.jl}} {{arguments}}
인자를 받는 Julia 프로그램 실행:
# 프로젝트 배지
// repository documentation
Was this content helpful?
(0 ratings)
