dp

所属分类:数值算法/人工智能
开发工具:matlab
文件大小:0KB
下载次数:0
上传日期:2015-09-03 11:42:27
上 传 者sh-1993
说明:  Matlab中有限元方法求解器的编程平台,
(Platform for programming finite element method solvers in Matlab,)

文件列表:
+common/ (0, 2015-09-03)
+common/fig.m (1491, 2015-09-03)
+common/figAdjust.m (1446, 2015-09-03)
+common/getColorCell.m (608, 2015-09-03)
+common/getDefaultColors.m (397, 2015-09-03)
+common/getGaussNodesStandardTriangle.m (4892, 2015-09-03)
+common/getParameter.m (549, 2015-09-03)
+common/readFile.m (360, 2015-09-03)
+common/setDefaultParameters.m (942, 2015-09-03)
+common/showTagColors.m (634, 2015-09-03)
+common/struct2fullcell.m (704, 2015-09-03)
+dp/ (0, 2015-09-03)
+dp/+solvers/ (0, 2015-09-03)
+dp/+solvers/@planestrain/ (0, 2015-09-03)
+dp/+solvers/@planestrain/planeStrain.m (619, 2015-09-03)
+dp/+solvers/@planestrain/solve.m (248, 2015-09-03)
+dp/+solvers/@poisson/ (0, 2015-09-03)
+dp/+solvers/@poisson/poisson.m (731, 2015-09-03)
+dp/+solvers/@poisson/solve.m (209, 2015-09-03)
+dp/@mesh/ (0, 2015-09-03)
+dp/@mesh/addGeoFileContents.m (401, 2015-09-03)
+dp/@mesh/constructor.m (822, 2015-09-03)
+dp/@mesh/displayStatistics.m (849, 2015-09-03)
+dp/@mesh/displaySupportedElements.m (1129, 2015-09-03)
+dp/@mesh/getActiveChart.m (170, 2015-09-03)
+dp/@mesh/getBoundaryOfElementGroup.m (2608, 2015-09-03)
+dp/@mesh/getConvexHull.m (1772, 2015-09-03)
+dp/@mesh/getCoordinates.m (185, 2015-09-03)
+dp/@mesh/getCoordinatesAtBarycentricCoordinates.m (626, 2015-09-03)
+dp/@mesh/getCoordinatesAtElementCenter.m (471, 2015-09-03)
+dp/@mesh/getDim.m (154, 2015-09-03)
+dp/@mesh/getElementData.m (372, 2015-09-03)
+dp/@mesh/getElementNumbers.m (458, 2015-09-03)
+dp/@mesh/getElementTags.m (720, 2015-09-03)
+dp/@mesh/getElementTopology.m (443, 2015-09-03)
+dp/@mesh/getElementsByTag.m (389, 2015-09-03)
+dp/@mesh/getElementsInUse.m (559, 2015-09-03)
+dp/@mesh/getGaussNodesStandardLine.m (2946, 2015-09-03)
... ...

dp == Primitive object oriented platform for programming finite element method solvers in Matlab. Targeted to educational purposes. Some examples and exercise problems are provided. Solvers and e.g. basis functions are not included (students should implement those themselves). Mesh generator is not included. The platform utilizes Gmsh for mesh generation and it can also read Comsol 4.x .mshtxt files. If you want to use Gmsh from dp, install it to dp/gmsh/ folder. In Windows, put gmsh.exe there to use it for mesh generation! This platform is utilized in course Numerical Methods for Field Computations at Tampere University of Technology, Tampere, Finland. Students will program with this platform their own Galerkin FEM solvers for - Laplace problems - Poisson problems - Linear isotropic elasticity (plane strain in 2-d) Some useless/ful links. - gmsh: http://geuz.org/gmsh/ - comsol: http://www.comsol.com/ To get started in Matlab, you need to run dpInit.m and look at examples folder and labs folder - Also wiki pages are up and running: https://github.com/stenvala/dp/wiki

近期下载者

相关文件


收藏者