Thunderbolt.jl

(★ 26)

A modular shared-memory high-performance framework for multiscale cardiac multiphysics simulations.

File Explorer

  • .gitignore
  • .JuliaFormatter.toml
  • .pre-commit-config.yaml
  • CITATION.bib
  • CITATION.cff
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • Project.toml
  • README.md

# Use via CDN

jsDelivr

jsDelivr 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 ▼

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 ▼

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:

// repository documentation