1 Star 5 Fork 2

Fortran-sph/sph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fpm.toml 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
zoziha 提交于 2024-08-14 07:58 +08:00 . refactor(fpm): 简化依赖并使用本地版本
name = "SPH"
version = "VERSION"
maintainer = "左志华"
[build]
auto-executables = false
auto-tests = false
auto-examples = false
[fortran]
implicit-external = true
[library]
include-dir = "src"
[[executable]]
name = "sph"
main = "sph.f90"
source-dir = "app"
[[executable]]
name = "vtk"
main = "to_vtk.f90"
[[test]]
name = "tester"
main = "tester.f90"
source-dir = "test"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
FORTRAN
1
https://gitee.com/fortran-sph/sph.git
git@gitee.com:fortran-sph/sph.git
fortran-sph
sph
sph
main

搜索帮助