【基于Matlab】有限元方法的MATLAB编程

上传者: arthas777 | 上传时间: 2024-01-13 20:27:27 | 文件大小: 219KB | 文件类型: ZIP
我们将建立一个类似iFEM的包或具有某些扩展的简化版本,称为mFEM工具箱。 fem:它包括各种源代码。 示例:所有与有限元和变分对应的示例都放在示例文件夹中。 工具:您可以找到涉及可视化、边界设置、网格生成和数值积分等功能。 pdedata:它提供了与示例文件夹中的示例相关联的方程的信息。 meshdata:它讲述了各种示例中使用的网格数据。 matlabupdate:更新版本的matlab中的一些函数是用相同的输入和输出重构的。例如,包含.m--->分枝杆菌.m。 多边形网格的显示和标记 我们提出了一些显示多边形网格的基本函数,包括节点、元素和(边界)边的标记。 辅助网格数据和setboundary.m 为了便于计算,我们引入了一些辅助网格数据。这个想法源于iFEM中对三角测量的处理,该处理被推广到经过某些修改的多边形网格。 FEM1D.m和main_FEM1D.m介绍了一维问题的有限元程序设计。详细说明了刚度矩阵和载荷矢量的组合。 给出了求解二维泊松方程的源代码,见Poisson.m、PoissonP2.m和PoissonP3.m。 对于线性弹性问题,我们给出了一个统一的规划框架

文件下载

资源详情

[{"title":"( 197 个子文件 219KB ) 【基于Matlab】有限元方法的MATLAB编程","children":[{"title":"dellipsoid.cpp <span style='color:#111;'> 2.58KB </span>","children":null,"spread":false},{"title":"dellipse.cpp <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false},{"title":"dsegment.cpp <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 34.33KB </span>","children":null,"spread":false},{"title":"amg.m <span style='color:#111;'> 15.40KB </span>","children":null,"spread":false},{"title":"quadpts.m <span style='color:#111;'> 7.62KB </span>","children":null,"spread":false},{"title":"PoissonP3.m <span style='color:#111;'> 6.86KB </span>","children":null,"spread":false},{"title":"PlateBendingMorley_indicator.m <span style='color:#111;'> 6.79KB </span>","children":null,"spread":false},{"title":"getH1error.m <span style='color:#111;'> 6.04KB </span>","children":null,"spread":false},{"title":"PlateBendingZienkiewicz.m <span style='color:#111;'> 5.98KB </span>","children":null,"spread":false},{"title":"getL2error3.m <span style='color:#111;'> 5.98KB </span>","children":null,"spread":false},{"title":"getH1error3.m <span style='color:#111;'> 5.16KB </span>","children":null,"spread":false},{"title":"quadpts1.m <span style='color:#111;'> 5.10KB </span>","children":null,"spread":false},{"title":"PlateBendingMorley.m <span style='color:#111;'> 5.01KB </span>","children":null,"spread":false},{"title":"PlateBendingMorley1.m <span style='color:#111;'> 4.86KB </span>","children":null,"spread":false},{"title":"PoissonP2.m <span style='color:#111;'> 4.40KB </span>","children":null,"spread":false},{"title":"quadpts3.m <span style='color:#111;'> 4.38KB </span>","children":null,"spread":false},{"title":"elasticity.m <span style='color:#111;'> 4.31KB </span>","children":null,"spread":false},{"title":"coarsenAMGa.m <span style='color:#111;'> 3.94KB </span>","children":null,"spread":false},{"title":"PlateBendingAdini.m <span style='color:#111;'> 3.77KB </span>","children":null,"spread":false},{"title":"distmesh2d.m <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false},{"title":"coarsenAMGrs.m <span style='color:#111;'> 3.71KB </span>","children":null,"spread":false},{"title":"distmesh3d.m <span style='color:#111;'> 3.59KB </span>","children":null,"spread":false},{"title":"elasticityNavier.m <span style='color:#111;'> 3.55KB </span>","children":null,"spread":false},{"title":"uniformrefine3.m <span style='color:#111;'> 3.42KB </span>","children":null,"spread":false},{"title":"elasticityVector.m <span style='color:#111;'> 3.40KB </span>","children":null,"spread":false},{"title":"coarsenAMGc.m <span style='color:#111;'> 3.32KB </span>","children":null,"spread":false},{"title":"getL2error.m <span style='color:#111;'> 3.27KB </span>","children":null,"spread":false},{"title":"elasticityNavierVcycle.m <span style='color:#111;'> 3.21KB </span>","children":null,"spread":false},{"title":"distmesh2dTemp.m <span style='color:#111;'> 3.18KB </span>","children":null,"spread":false},{"title":"Poisson_indicator.m <span style='color:#111;'> 3.03KB </span>","children":null,"spread":false},{"title":"edgeswapCL.m <span style='color:#111;'> 2.98KB </span>","children":null,"spread":false},{"title":"elasticityNavierCR.m <span style='color:#111;'> 2.97KB </span>","children":null,"spread":false},{"title":"setboundary.m <span style='color:#111;'> 2.81KB </span>","children":null,"spread":false},{"title":"getL2error_Morley.m <span style='color:#111;'> 2.80KB </span>","children":null,"spread":false},{"title":"getH1error1.m <span style='color:#111;'> 2.74KB </span>","children":null,"spread":false},{"title":"Poisson.m <span style='color:#111;'> 2.73KB </span>","children":null,"spread":false},{"title":"my_delaunay.m <span style='color:#111;'> 2.69KB </span>","children":null,"spread":false},{"title":"PoissonCR.m <span style='color:#111;'> 2.61KB </span>","children":null,"spread":false},{"title":"biharmonicMixedFEM.m <span style='color:#111;'> 2.51KB </span>","children":null,"spread":false},{"title":"setboundary3.m <span style='color:#111;'> 2.51KB </span>","children":null,"spread":false},{"title":"GaussQuad.m <span style='color:#111;'> 2.43KB </span>","children":null,"spread":false},{"title":"distmesh.m <span style='color:#111;'> 2.43KB </span>","children":null,"spread":false},{"title":"uniformtransferoperatorP3.m <span style='color:#111;'> 2.38KB </span>","children":null,"spread":false},{"title":"cubemesh.m <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false},{"title":"mgVcycle.m <span style='color:#111;'> 2.27KB </span>","children":null,"spread":false},{"title":"FEM1D.m <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"showmesh.m <span style='color:#111;'> 2.20KB </span>","children":null,"spread":false},{"title":"interpolationAMGt.m <span style='color:#111;'> 2.17KB </span>","children":null,"spread":false},{"title":"findedge.m <span style='color:#111;'> 2.05KB </span>","children":null,"spread":false},{"title":"PoissonVcycle.m <span style='color:#111;'> 2.03KB </span>","children":null,"spread":false},{"title":"elasticitydataLocking.m <span style='color:#111;'> 2.02KB </span>","children":null,"spread":false},{"title":"Stokesdata.m <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false},{"title":"auxstructure.m <span style='color:#111;'> 1.90KB </span>","children":null,"spread":false},{"title":"uniformtransferoperatorP2.m <span style='color:#111;'> 1.89KB </span>","children":null,"spread":false},{"title":"mgoptions.m <span style='color:#111;'> 1.88KB </span>","children":null,"spread":false},{"title":"main_elasticityNavierVcycle_coarsening.m <span style='color:#111;'> 1.88KB </span>","children":null,"spread":false},{"title":"main_elasticityNavier.m <span style='color:#111;'> 1.87KB </span>","children":null,"spread":false},{"title":"getL2error_Zienkiewicz.m <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"interpolationAMGs.m <span style='color:#111;'> 1.78KB </span>","children":null,"spread":false},{"title":"main_elasticity.m <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":"getL2error1.m <span style='color:#111;'> 1.73KB </span>","children":null,"spread":false},{"title":"main_elasticityNavierCR.m <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false},{"title":"FEM1DVcycle.m <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"interpolationAMGa.m <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"gradbasis3.m <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false},{"title":"edgeswap.m <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"main_biharmonicMixedFEM.m <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false},{"title":"getL2error_Adini.m <span style='color:#111;'> 1.58KB </span>","children":null,"spread":false},{"title":"meshuntitled.m <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"uniformrefine.m <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"interpolationAMGn.m <span style='color:#111;'> 1.53KB </span>","children":null,"spread":false},{"title":"showrateh.m <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"biharmonicdata_Lshape.m <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"Poisson_indicator_old.m <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"interpolationAMGsa.m <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"main_FEM1DVcycle_coarsening.m <span style='color:#111;'> 1.45KB </span>","children":null,"spread":false},{"title":"main_FEM1DVcycle_refining.m <span style='color:#111;'> 1.45KB </span>","children":null,"spread":false},{"title":"uniformtransferoperator.m <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"main_FEM1D.m <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"simplexvolume.m <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"disptable.m <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"distmesh_benchmark2d.m <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"pdedata1D.m <span style='color:#111;'> 1.35KB </span>","children":null,"spread":false},{"title":"dof3edge.m <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"main_PoissonP3Vcycle_coarsening.m <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"main_PoissonP2Vcycle_coarsening.m <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"main_PoissonP2.m <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"main_Poisson.m <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"bisect.m <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"Mesh2DVcycle.m <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"main_PoissonCR.m <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"biharmonicdata.m <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false},{"title":"main_PoissonVcycle_coarsening.m <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"main_PoissonP3.m <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"main_PoissonVcycle_refining.m <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"circumcenter.m <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false},{"title":"Poissondata1.m <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"dof3face.m <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"Poissondata_afem.m <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false},{"title":"......","children":null,"spread":false},{"title":"<span style='color:steelblue;'>文件过多,未全部展示</span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明