搜索资源列表
Codes1.1
- 间断有限元法程序,用间断有限元法求解各种偏微分方程-discontinuous galerkin method codes,for solving different kinds of ODE
FEM-Example
- This is a matlab code (m file) for using finite element method to solve PDE
Lab3
- 利用有限元算法计算各类微分方程,主要应用迦辽金方法。python下的dolfin编程。-The use of finite element method calculation of various types of differential equations, the main application of Galerkin method. dolfin under python programming.
disc_galerkin
- finite element code based on disc galerkin method.I ve download it from some file exchange sites based on matlab programming
finitvolummethod
- 有限体积法及其在边值问题中的应用本文介绍了极小位能原理、虚功原理和Ritz-Galerkin方法.主要讨论了椭圆型方程定解问题的有限体积法和双曲型方程定解问题的有限体积法,简要说明了椭圆型方程定解问题的有限体积法的收敛性和近似解误差估计.另外,针对矩形域上一个泊松方程的具体定解问题,导出了它的一种特殊有限体积格式,并且编程实现,计算出该泊松方程定解问题的数值解,将算出的数值解与问题的精确解进行了简单比较,得到了初步的结论.在具体例子中用的是一种特殊的有限体积格式,它可以化为五点差分格式,它比较简
sph1
- The smooth particle hydrodynamics (SPH), the diffuse element method (DEM), the element-free Galerkin method (EFGM), the reproducing kernel particle method (RKPM), the moving-particle semi-implicit method (MPS) are among others. However, it seem
Galerkin-ODE
- 这个matlab程序通过Galerkin方法求解常微分方程组,当然求解的结果是Differential Equations (ODE)近似的解。-Differential Equations (ODE) Solver through Galerkin Method
Galerkin
- 伽辽金有限元解微分方程源代码,带注释,初学者学习使用非常好-Galerkin finit element method
ODE_FEM
- 采用有限元方法求解二阶常微分方程,分别划分和不划分子元采用配置法、最小二乘法、矩量法和Galerkin法,对初学有限元的童鞋很有帮助:)-Finite element method to solve ordinary differential equation, respectively, by sub-element division and do not use collocation method, least squares method, moment method and Galer
chengxu
- 用Ritz-Galerkin方法解边值问题: u +u=-x,0<x<1, u(0)=u(1)=0,精确解为u*(x)=sinx/sin1-x; 得出结果与精确解作比较,画出误差分析图-With the Ritz-Galerkin method to solve the boundary value problem: u' ' + u =- x, 0 <x<1, u(0)=u(1)=0,精确解为u*(x)=sinx/sin1-x; 得出结果
method
- 具有间断系数热传导方程的局部间断Galerkin方法-Heat conduction equation with discontinuous coefficients of the local discontinuous Galerkin method
Method
- 含开边界二维Stokes问题的Galerkin边界元解法Stokes problem with open boundary of two-dimensional Galerkin Boundary Element Method-Stokes problem with open boundary of two-dimensional Galerkin Boundary Element Method
EFG
- 固体力学计算程序,基于无单元Galerkin法-Solid mechanics computer program, based on the element-free Galerkin method
EFG
- 此程序代码是用matlab编写的无网格伽辽金方法源程序-This code is to use matlab meshless galerkin method source program
galerkin8_5_1
- Galerkin方法,这是一种真正的无网格方法.这种方法采用移动最小二乘函数采近似解变量,并且采用移动最小二乘近似函数的权函数作为加权残值法的权函数.文中对形成的离散动力学方程用Newmark方法求解-Galerkin method, this is a real meshless method. This method adopts moving least squares in function approximation solution variables, and adopts mov
ReadMeshFromGambit2D
- 从网格划分软件Gambit读取2维网格的Matlab程序,来自《节点间断迦辽金方法》一书-Matlab program read from the meshing software Gambit two-dimensional grid, from the node discontinuous Galerkin method, " a book
MeshFromGambit3D
- 从网格划分软件Gambit读取3维网格的Matlab程序,来自《节点间断迦辽金方法》一书-Matlab program read from the meshing software Gambit three-dimensional grid, from the node discontinuous Galerkin method, " a book
Galerkin
- The purpose of this program is to write a function to solve the following BVP using Galerkin Method.
galerkin
- KL展开随机场的程序,利用伽辽金法计算,几个类型的相关函数(The program of KL expansion random field is calculated by Galerkin method)
用ritz-galerkin 法解边值问题
- 用ritz-galerkin 法解边值问题,matlab程序。(The Ritz-Galerkin method is used to solve the boundary value problem, the matlab program.)