联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Fortran(627) 

[其他] rndgen-fortran

KISS随机数生成器的Fortran模块。它有助于同时使用多个独立的随机数生成器。
Fortran module of the KISS random number generator. It facilitates the simultaneous utilization of multiple independent random number generators. (2024-02-26, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708926105221863.html

[数值算法/人工智能] HD2D_para_ANIS_LICHUAN_GITHUB

该存储库包含基于周期响应中2D-Navier-Stokes方程的GHOST伪谱解算器的修改Fortran代码...,
This repository contains modified Fortran code based on the GHOST pseudospectral solver of the 2D Navier-Stokes equation in a periodic rectangular domain. (For more information on the most up to date version of GHOST, please see https://wp.df.uba.ar/mininni/ghost/) (2023-07-25, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690780450609744.html

[数学计算] pyranda

用于任意双曲PDE系统的Python驱动的Fortran功能的有限差分求解器。这是Miranda代码的迷你应用程序。,
A Python driven, Fortran powered Finite Difference solver for arbitrary hyperbolic PDE systems. This is the mini-app for the Miranda code., (2023-07-14, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689779313850995.html

[超算/并行计算] OpenCoarrays

Fortran 2018编译器的并行应用程序二进制接口。,
A parallel application binary interface for Fortran 2018 compilers., (2023-05-27, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689176445449487.html

[Fortran编程] Maespa-OSU

基于MAESTRA和SPA的土壤-植物-大气模型使用“英特尔Visual Fortran编译器”(版本>;10)编译。玻璃纤维...
A soil-plant-atmosphere model based on MAESTRA and SPA Compiles with: Intel Visual Fortran Compiler (version >10). gfortran A Makefile is provided to compile Maes* on a Mac (thanks to Martin de Kauwe and Alejandro Morales). (2018-03-27, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688339642194631.html

[Fortran编程] zodiac-code

这是一个用于分析湍流冰-海界面的DNS代码。主要的解算器是Zodiac.f,它调用channe...
This is a DNS code for the analysis of a turbulent ice-ocean interface. The main solver is Zodiac.f that calls channel.f . Presently the code is configured for two periodic directions and is parallelized in the periodic spanwise direction. Presently the code outputs both in netcdf and in vtk paraview files. All the input variables are specified ... (2019-09-25, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688339465613145.html

[Fortran编程] MPI_2D_domain_decomp_turb_particles

湍流解算器和粒子拉格朗日跟踪(具有碰撞统计信息)。在MPI中使用2D域进行所有并行化...
Turbulence solver and particle Lagrangian tracking (with collision statistics). All parallelized in MPI using 2D domain decomposition. (2018-12-22, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688339224678415.html

[Fortran编程] FTeik-Eikonal-Solver

FTeik软件包:用于计算非均匀各向同性速度模型中的初至旅行时的2D和3D Eikonal解算器...
FTeik package: 2D and 3D Eikonal solver to compute first arrival traveltimes in a heterogeneous isotropic velocity model, with the possibility to use different grid spacing in all directions. (2019-11-11, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688338863486608.html

[Fortran编程] SPECTER

PDE求解器专注于具有任意边界条件的Navier-Stokes(和相关)方程,采用傅里叶(FC...
PDE solver focused on Navier-Stokes (and related) equations with arbitrary boundary conditions, employing Fourier (FC-Gram) expansions. Parallelized using MPI-OpenMP-CUDA. (2023-02-16, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688338863210376.html

[Fortran编程] Multall-open-18

Multall open是一个基于3D、多级、Navier-Stokes解算器Multall的涡轮机械设计系统。它可以是你...
Multall-open is a turbomachinery design system based on the 3D, multistage, Navier-Stokes solver Multall. It can be used to design axial, mixed and radial flow turbines and compressors. (2019-10-18, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688338803326108.html

[数学计算] CP3d

CP3d是一个全面的Euler-Lagrange解算器,用于直接数值模拟颗粒载流。
CP3d is a comprehensive Euler-Lagrange solver for the direct numerical simulations of particle-laden flows. (2023-04-23, Fortran, 14036KB, 下载0次)

http://www.pudn.com/Download/item/id/1686254023988964.html

[文章/文档] CUDA Fortran 高效编程实践.pdf

CUDA Fortran 高效编程实践_科学家和工程师特供 2007 年以来,以 nVidia GPU 为代表的加速器并行计算风起云涌,带有加速器的超级计 算机在 TOP500 中的份额逐年增加,支持加速器的主流应用软件也呈爆炸式增长,研究加速 器计算的技术人员数以百万计,世界范围内的大学、研究机构竞相开设相关课程。 目前流行的 GPU 通用编程语言是 CUDA C 和 OpenCL. 它们均是 C/C++语言的扩展,因 此可以方便地将 C/C++代码移植到 GPU 上。但对于科学与工程计算中的重要编程语言 Fortran,无法直接地改写为 CUDA C 或 OpenCL。很多久经考验的应用程序都是用 Fortran 开发,如果完全改写,工作量巨大,而且有不可估量的稳定性风险。 为使 Fortran 应用能够使用 GPU 加速,The Portland Group 设计了 CUDA Fortran 语言, 并在自家的 PGI 编译器中支持。气象、理论物理等领域的应用经过简单的改造,就能够利 用 GPU 的强大计算能力。
CUDA FORTRAN efficient programming practice Since 2007, with NVIDIA GPU as the representative of accelerator parallel computing, the share of supercomputers with accelerators in top 500 has increased year by year, and the mainstream application software supporting accelerators has also grown explosively. There are millions of technicians studying accelerator computing, and universities and research institutions around the world are competing to offer relevant courses. To enable FORTRAN applications to use GPU acceleration, the Portland group designed CUDA FORTRAN language, which is supported in its own PGI compiler. The application of meteorology, theoretical physics and other fields can make use of the powerful computing power of GPU after simple transformation. (2019-11-20, Fortran, 2085KB, 下载14次)

http://www.pudn.com/Download/item/id/1574255564491037.html

[其他] 双极直流

对于研究传统直流具有一定的帮助,特别是对于传统直流输电滤波器组的设计也有帮助。
It is helpful for studying traditional DC, especially for the design of traditional DC transmission filter banks. (2019-03-29, Fortran, 27KB, 下载4次)

http://www.pudn.com/Download/item/id/1553873446568504.html

[其他] 计算年积日(闰年与否)

该程序用于计算年积日,且判断是否存在闰年
This program is used to calculate the day of year, and to determine whether there is a leap year (2017-11-27, Fortran, 657KB, 下载1次)

http://www.pudn.com/Download/item/id/1511751295546022.html

[数学计算] exact-Riemann--solver

给出了利用理想气体状态方程和实际气体状态方程的一维欧拉方程的精确黎曼求解器
Gives the exact Riemann solver use the ideal gas equation of state and the equation of state of a real gas Euler equations (2016-03-04, Fortran, 1258KB, 下载13次)

http://www.pudn.com/Download/item/id/1457061552465761.html

[数学计算] arpack-ng-3.0.2.tar

ARPACK-NG,特征值求解库,linux下,也可用于vc9动态库工程,需要集成intel fortran 编译器。已经测试过包中所带的例子。
ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. (2012-12-04, Fortran, 1216KB, 下载7次)

http://www.pudn.com/Download/item/id/2071069.html

[超算/并行计算] NS2D_MPI_updated(CFV2.0)

二维NS求解器,MPI多块并行.时间显式欧拉,空间二阶Muscle、NND
a NS solver with MPI parallelization (2012-07-05, Fortran, 554KB, 下载73次)

http://www.pudn.com/Download/item/id/1930961.html

[数学计算] fishpack4.0

二维泊松方程求解器,主要使用循环约代法求解各种位形泊松方程
FISHPACK contains a collection of Fortran77 subroutines that solve second- and fourth-order finite difference approximations to separable elliptic Partial Differential Equations (PDEs). These include Helmholtz equations in cartesian, polar, cylindrical, and spherical coordinates, as well as more general separable elliptic equations. The solvers use the cyclic reduction algorithm. When the problem is singular, a least-squares solution is computed. Singularities induced by the coordinate system are handled, including at the origin r=0 in cylindrical coordinates, and at the poles in spherical coordinates. (2012-03-27, Fortran, 172KB, 下载20次)

http://www.pudn.com/Download/item/id/1808217.html

[嵌入式/单片机/硬件编程] svc

PSCAD软件搭建SVC(静止无功补偿器)模型实例
PSCAD software to build SVC (Static Var Compensator) model instance (2011-06-28, Fortran, 14KB, 下载196次)

http://www.pudn.com/Download/item/id/1583248.html

[其他] isaac

cfd解算器,功能齐全,包括并行,多重网格等,结构庞大
cfd solver, complete functions, including parallel, multi-grid and so on, a huge structure (2010-12-21, Fortran, 1237KB, 下载98次)

http://www.pudn.com/Download/item/id/1388018.html