资源简介
包括Lagrange三角形单元,等参数单元,以及针对椭圆方程的几种自适应方法的Matlab源程序。
代码片段和文件信息
% AdaptiveExample1
%
% This script illustrates the adaptive solution of a BVP
% with a known solution. The BVP is
%
% -lap u=f in Omega
% u=0 on Bndy(Omega)
%
% where Omega is the unit square and f is chosen so that
% the exact solution is
%
% u(xy)=x*y*(1-x)*(1-y)*exp(-1000*((x-0.5)^2+(y-0.117)^2)).
%
% The adaptive routine Solve is invoked. The main user-defined
% parameters are method (which chooses the error estimator)
% and NtMax (the maximum number of triangles in the mesh).
% The script chooses method=3 (the element residual method)
% and NtMax=3000 but these choices can be changed below.
% This routine is part of the MATLAB Fem code that
% accompanies “Understanding and Implementing the Finite
% Element Method“ by Mark S. Gockenbach (copyright SIAM 2006).
% Define the solution its partial derivatives and the right-hand
% side of the PDE:
u=vectorize(inline(‘x*(x-1)*y*(y-1)*exp(-1000*(x-1/2)^2-1000*(y-117/1
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2326 2006-07-17 11:30 femcode\adaptive\AdaptiveExample1.m
文件 1463 2006-07-17 11:29 femcode\adaptive\AdaptiveExample2.m
文件 10918 2006-07-18 13:45 femcode\adaptive\Defineba
文件 1778 2006-07-17 13:34 femcode\adaptive\EJindicator1.m
文件 2842 2006-07-17 13:13 femcode\adaptive\ElementEnergyNormErrs1.m
文件 1332 2006-07-18 13:09 femcode\adaptive\ElementEnergyNorms.m
文件 1669 2006-07-17 13:15 femcode\adaptive\ElementLinfNormErrs1.m
文件 5764 2006-07-17 13:27 femcode\adaptive\ElementResidual1.m
文件 4545 2006-07-17 13:37 femcode\adaptive\ExpResidual1.m
文件 854 2006-07-18 16:18 femcode\adaptive\getAdjacentTriangle.m
文件 925 2006-07-18 16:18 femcode\adaptive\getAdjacentTriangles.m
文件 1042 2006-07-06 12:29 femcode\adaptive\getBubbleVals.m
文件 486 2006-07-18 13:13 femcode\adaptive\getDiameter.m
文件 687 2006-07-18 13:11 femcode\adaptive\getDiameters.m
文件 712 2006-07-18 16:18 femcode\adaptive\getFBndyEdgeNodes.m
文件 834 2006-07-18 16:14 femcode\adaptive\getGrad1.m
文件 580 2006-07-18 16:20 femcode\adaptive\getOppositeVertex.m
文件 1064 2006-07-18 16:23 femcode\adaptive\getOtherEdges.m
文件 11393 2006-07-18 13:38 femcode\adaptive\LocalRefine1.m
文件 1714 2006-07-17 14:05 femcode\adaptive\QuadElementErrEst1.m
文件 1525 2006-07-18 13:18 femcode\adaptive\SelectTris.m
文件 7750 2006-07-17 13:10 femcode\adaptive\Solve.m
文件 3220 2006-07-17 16:50 femcode\adaptive\StiffnessE.m
文件 2766 2009-08-31 10:27 femcode\README.txt
文件 2453 2006-07-19 08:36 femcode\version1\CG.m
文件 2828 2006-07-19 10:27 femcode\version1\CGsing.m
文件 2781 2006-07-19 09:22 femcode\version1\CGSSOR.m
文件 1221 2006-07-06 12:28 femcode\version1\Circlef.m
文件 745 2006-07-06 15:22 femcode\version1\CoarseCircleMeshD1.m
文件 746 2006-07-06 15:23 femcode\version1\CoarseCircleMeshN1.m
............此处省略130个文件信息
- 上一篇:人工势场法路径规划,避障
- 下一篇:十字路口交通灯仿真电路程序
相关资源
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
- 图解HTTP.pdf
- VisionProStandardv7.2(2Day).zip
- ElevatorSimulation.zip
- 14002454IPC-A-610DChinese(L).pdf
- SoftwareEngineering.pdf
- linfanrong_10164999.rar
- The.Art.Of.Unit.Testing.With.Examples.in.C.2nd
- myGame.rar
- 带手机版数据同步财税代理公司注册
- pdf课本及习题答案.rar
- 深度学习PDF非扫描版(中文版)麻省
- doudizhu_shffule_src.zip
- 随机信号分析解题指南.pdf
- ios12.3驱动.zip
- 百万邮件系统多机版.rar
- learnopengl-cn-2018年5月更新.pdf
- zw_学习OpenCV(中文版).zip
- 1-300.pdf
- pyqt5windows生成二维工具源码
- KNN疾病预测算法Demo
- ABAQUS单元失效浅析(单元删除
- Jtopo+json格式数据代码
- 解多目标规划的单纯形代码
- TerraVolVoxelTerrainEngine2.1c.7z
- VA_X_Setup2118.rar
- CHS_Ha_PasswarekitEnterprise10.0.exe
- 无线通信AndreaGoldsmith杨鸿文等译.rar
评论
共有 条评论