搜索资源列表
5-1
- 简单有限元计算程序。 NJF---结点自由度数 E---弹性模量 NE---单元数 T---板厚度 VM---泊松比 z---实型二维数组,用来存放结点坐标 ZJ---实型二维数组,用来存放每个约束自由度方向和该方向的约束值, ie---实型二维数组,存放布尔矩阵 p---实型一维数组,先存放等效结点载荷,解完方程后存放输出的结点位移 a,b,a---实型数组,存放各个单元的面积及由结点坐标计算的bi,bj,ci,cj g---实型数组,存放单刚子块
code-1D
- 泊松方程的解法,这是一个一维泊松方程,利用有限元方法解-Solution of the Poisson equation,This is a one-dimensional Poisson equation, using the finite element method to solve
conjugate-gradient-Poisson-Eq
- 共轭梯度算法解三维变周期边界条件泊松方程,MPI并行计算和串行计算各一份实例-Conjugate gradient algorithm solving the three-dimensional Poisson equation with periodic boundary conditions, by MPI parallel computing and serial computation
Vlasov_Poisson_Landau_damping
- 非线性朗道阻尼的一维模拟,数值求解Possion方程和Vlasov方程- Nonlinear Landau damping simulation in one-dimensional case. Simulation is based on simultaneous numerical solution of Poisson and Vlasov equations.
j2-1
- 二维poisson方程并行有限差分方法,采用一排重叠网格,内部迭代次数增加则减少通信次数。-Dimensional poisson equation parallel finite difference method using an array of overlapping grid, reducing internal iterations to increase the number of communications.
一维poisson方程
- 简单的一维poisson方程程序,工具是MATLAB软件(Simple one-dimensional poisson equation program, the tool is MATLAB software)
一维快速傅里叶转换
- 泊松方程的解法,这是一个一维泊松方程,利用快速傅里叶变换方法解(The solution of Poisson equation, which is a one-dimensional Poisson equation, is solved by the fast Fourier transform method)