搜索资源列表
FEM-Example
- This is a matlab code (m file) for using finite element method to solve PDE
disc_galerkin
- finite element code based on disc galerkin method.I ve download it from some file exchange sites based on matlab programming
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
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; 得出结果
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
EFGalerkin1D
- ,对于学习无网格的人来说,一维伽辽金型无网格法MATLAB程序必不可少-For those who learn non-grid, a Weijia Galerkin-type meshless method MATLAB program is essential
Finite-Element---Using-MATLAB
- 介绍用matlab进行有限元计算的国外经典著作,前面重点介绍了有限元的相关内容,后面重点讲解了如何利用matlab的工具箱实现有限元的计算。-This book gives a background treatment of the Galerkin method in Chaps. 2–4. Topics such as developing weak formulations as prelude to solving the finite element equation, int
Galerkin
- The purpose of this program is to write a function to solve the following BVP using Galerkin Method.
EFG-solver
- 理想流体势无网格伽辽金法二维程序,EFG法-Ideal fluid Potential free Galerkin method D program, EFG method
chaoerp
- 本程序分析系统的混沌特性,运用2阶伽辽金截断方法绘制系统的庞加莱图-This program analysis system for characteristics of chaos, and using galerkin truncation method system of two order poincare map
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.)
DiscontinuousGalerkin
- Discontinuous Galerkin Method in FEM
EFG
- 无网格伽辽金法的数值模拟,对于新手来说,有很好的教学功能(Numerical simulation of meshless Galerkin method)
dg-rmhd-proj-master
- 利用伽辽金法求解PED问题,将偏微分离散化为常微分的方法(use Galerkin's method to handle PED problem)
2110771_RKDG-Euler
- Galerkin method,a numerical approximate method based on,commonly used in ordinary differential equation.