搜索资源列表
Poisson_MPI.f90
- 用MPI在fortran下 泊松方程的并行实现-with MPI in fortran under Poisson equation parallel
sor
- 求解Poisson方程的超松弛迭代求法,在Fortran 中使用-Relaxation for solving Poisson equations Iterative
zufall
- 随机数生成fortran源程序,可用于非均匀,高斯,泊松随机数生成-uniform , gaussian, and poisson random number generation
POISSON_FINITE-DIFFERENCE_ALGORITHM
- 本程序提供一种求解 Poisson 方程的有限差分法-This program offers a Poisson equation for solving finite difference method
Poisson_solver
- a package of fortran subprograms for the solution of separable elliptic partial differential equations
Nonnlinefemforsoil
- 1.本程序为平面变形问题非线性有限元程序,可用于计算土坝、地基、挡土墙或地下结构的应力和变形。 2.土的非线性应力--应变关系采用邓肯双曲线模式 另一个弹性常数可有两种选择: (a)切线泊松比: (b)切线体积模量: 3.解题方法为中点增量法,考虑到每级加荷的两次计算所得的弹性常数对某些单元可能相差较大,而实际可能处于这两者之间,因此取两者的某种加权平均值作为修正的计算弹性常数,其中初始弹性常数取权为1/4,中点弹性常数取权为3/4,以反映平均结果接近中点弹性常数。
xiaokang1
- 用fortran语言对偏微分方程中的泊松方程的进行数值解的程序实现 -Fortran language of partial differential equations with Poisson' s equation in the numerical solution of the program realization
xiaokang
- 泊松方程的解析解法,并和泊松方程的数值解法比较-Analytic Solution of Poisson equation, and numerical solution of Poisson equation and compare
mg
- 本程序使用Fortran语言,使用多重网格的方法求解泊松方程-This program solves Poisson s equation with multigrid method, using Fortran language
possion
- 这是泊松分布的并行算法。计算算法所需要的时间。本程序是在基于fortran下的mpi运行的。-This is a parallel algorithm for the Poisson distribution. Calculate the time required by the algorithm. This program is based under fortran mpi run.
poisson
- 利用快速傅里叶分解法求解二维泊松方程的fortran程序-Fortran program using the fast Fourier decomposition method for solving 2D Poisson equation
fortran-package
- Fortran package to solver poisson problems
DIANSHI
- 中心差分格式,离散泊松方程,求解电势分布的fortran文件-Central difference scheme, discrete Poisson equation solving potential distribution fortran files
poisson
- poisson.f90 是矩形区域上泊松方程Dirichlet边值问题差分求解的fortran程序,可选择Jacobi或者Gauss-Seidel迭代子程序,其中Jacobi迭代次数为925,Gauss-Seidel迭代次数为478。结果输出至solution.dat文件 poisson.ncl 是NCL脚本,运行该脚本得到的图为result.pdf thomas.f90 是追赶法解代数方程组的fortran程序。控制分辨率n的不同取值,输出以下文件: thomas(n=3).
PoissonMKL
- fortran编写的2D快速泊松求解器,MKL中的程序,可以快速求解泊松方程-fortran prepared 2D fast Poisson solver, MKL in the program, you can quickly solve the Poisson equation
MPI-based
- A MPI-based parallel efficient Poisson Solver using Fortran
iccg
- 利用共轭梯度法求解压力泊松方程的fortran程序-Conjugate Gradient Method for Solving Poisson equation of pressure fortran program
理查逊算法
- 有限差分算法 里查询算法 可以计算泊松方程 Fortran编写(The query algorithm in finite difference algorithm can calculate poisson equation.)
!算法:第二类修正方案算法
- 算法:第二类修正方案算法 里查询算法 求解泊松方程(Algorithm: the query algorithm in the second class correction algorithm is used to solve the poisson equation.)
poiseuille flow
- 良好的模拟了泊肃叶流的流动特性,运用了LBM方法。(The flow characteristics of Poisson flow are simulated well, and the LBM method is applied.)