文件名称:matlab-femcode
介绍说明--下载内容来自于网络,使用问题请自行百度
The code accompanying Understanding and Implementing the Finite
Element Method by Mark S. Gockenbach (SIAM, 2006)-is contained in
four directories:
1. version1: linear Lagrange triangles
2. version2: Lagrange triangles of arbitrary degree
3. version3: isoparametric elements of arbitrary degree
4. adaptive: local refinement, a posteriori error estimates, etc.
Element Method by Mark S. Gockenbach (SIAM, 2006)-is contained in
four directories:
1. version1: linear Lagrange triangles
2. version2: Lagrange triangles of arbitrary degree
3. version3: isoparametric elements of arbitrary degree
4. adaptive: local refinement, a posteriori error estimates, etc.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
matlab-femcode/adaptive/AdaptiveExample1.m
matlab-femcode/adaptive/AdaptiveExample2.m
matlab-femcode/adaptive/DefineBases.m
matlab-femcode/adaptive/EJindicator1.m
matlab-femcode/adaptive/ElementEnergyNormErrs1.m
matlab-femcode/adaptive/ElementEnergyNorms.m
matlab-femcode/adaptive/ElementLinfNormErrs1.m
matlab-femcode/adaptive/ElementResidual1.m
matlab-femcode/adaptive/ExpResidual1.m
matlab-femcode/adaptive/getAdjacentTriangle.m
matlab-femcode/adaptive/getAdjacentTriangles.m
matlab-femcode/adaptive/getBubbleVals.m
matlab-femcode/adaptive/getDiameter.m
matlab-femcode/adaptive/getDiameters.m
matlab-femcode/adaptive/getFBndyEdgeNodes.m
matlab-femcode/adaptive/getGrad1.m
matlab-femcode/adaptive/getOppositeVertex.m
matlab-femcode/adaptive/getOtherEdges.m
matlab-femcode/adaptive/LocalRefine1.m
matlab-femcode/adaptive/QuadElementErrEst1.m
matlab-femcode/adaptive/SelectTris.m
matlab-femcode/adaptive/Solve.m
matlab-femcode/adaptive/StiffnessE.m
matlab-femcode/README.txt
matlab-femcode/version1/CG.m
matlab-femcode/version1/CGsing.m
matlab-femcode/version1/CGSSOR.m
matlab-femcode/version1/Circlef.m
matlab-femcode/version1/CoarseCircleMeshD1.m
matlab-femcode/version1/CoarseCircleMeshN1.m
matlab-femcode/version1/CoarseEllipseMeshD1.m
matlab-femcode/version1/CoarseEllipseMeshN1.m
matlab-femcode/version1/CoarseSemiCircleMeshBottomD1.m
matlab-femcode/version1/CoarseSemiCircleMeshD1.m
matlab-femcode/version1/Ellipsef.m
matlab-femcode/version1/EnergyNorm1.m
matlab-femcode/version1/EnergyNormErr1.m
matlab-femcode/version1/Example1a.m
matlab-femcode/version1/Example1b.m
matlab-femcode/version1/Example1c.m
matlab-femcode/version1/fullmg1.m
matlab-femcode/version1/GaussSeidel.m
matlab-femcode/version1/GaussSeidel1.m
matlab-femcode/version1/getDirichletData.m
matlab-femcode/version1/getGradients1.m
matlab-femcode/version1/getNeumannData1.m
matlab-femcode/version1/getNeumannData1a.m
matlab-femcode/version1/getNodalValues.m
matlab-femcode/version1/getNodes1.m
matlab-femcode/version1/getNormal1.m
matlab-femcode/version1/getNormal1a.m
matlab-femcode/version1/getTriNodeIndices1.m
matlab-femcode/version1/HierCG1.m
matlab-femcode/version1/HierCGsing1.m
matlab-femcode/version1/HierToNodal1.m
matlab-femcode/version1/HierToNodalTrans1.m
matlab-femcode/version1/Interpolate1.m
matlab-femcode/version1/InterpolateTrans1.m
matlab-femcode/version1/Jacobi.m
matlab-femcode/version1/JiggleMesh1.m
matlab-femcode/version1/L2Norm1.m
matlab-femcode/version1/L2NormErr1.m
matlab-femcode/version1/LinfNormErr1.m
matlab-femcode/version1/Load1.m
matlab-femcode/version1/MakeEdgesCurved1.m
matlab-femcode/version1/MakeMesh1.m
matlab-femcode/version1/Mesh1.m
matlab-femcode/version1/MeshQuality1.m
matlab-femcode/version1/mgmu1.m
matlab-femcode/version1/NeumannMesh.m
matlab-femcode/version1/NGonMeshD1.m
matlab-femcode/version1/NodalToHier1.m
matlab-femcode/version1/NodalToHierTrans1.m
matlab-femcode/version1/PCG.m
matlab-femcode/version1/readMesh1.m
matlab-femcode/version1/RectangleMeshD1.m
matlab-femcode/version1/RectangleMeshD1a.m
matlab-femcode/version1/RectangleMeshLeftN1.m
matlab-femcode/version1/RectangleMeshLeftN1a.m
matlab-femcode/version1/RectangleMeshN1.m
matlab-femcode/version1/RectangleMeshN1a.m
matlab-femcode/version1/RectangleMeshTopD1.m
matlab-femcode/version1/RectangleMeshTopD1a.m
matlab-femcode/version1/RectangleMeshTopLeftD1.m
matlab-femcode/version1/RectangleMeshTopLeftD1a.m
matlab-femcode/version1/Refine1.m
matlab-femcode/version1/ShowMesh1.m
matlab-femcode/version1/ShowPWConstFcn.m
matlab-femcode/version1/ShowPWLinFcn1.m
matlab-femcode/version1/ShowSupport1.m
matlab-femcode/version1/SOR.m
matlab-femcode/version1/SSOR.m
matlab-femcode/version1/Stiffness1.m
matlab-femcode/version1/TestConv1.m
matlab-femcode/version1/unRefine1.m
matlab-femcode/version1/writeMesh1.m
matlab-femcode/version2/DunavantData.m
matlab-femcode/version2/EnergyNorm2.m
matlab-femcode/version2/EnergyNormErr2.m
matlab-femcode/version2/EvalNodalBasisFcns.m
matlab-femcode/version2/EvalNodalBasisFcns1D.m
matlab-femcode/version2/EvalNodalBasisGrads.m
matlab-femcode/version2/EvalPWPolyFcn2.m
matlab-femcode/version2/Example2a.m
matlab-femcode/version2/Example2b.m
matlab-femcode/version2/Example2c.m
matlab-femcode/version2/ExtractLinearMesh.m
matlab-femcode/version2/GaussData.m
matlab-femcode/version2/GenLagrangeMesh2.m
matlab-femcode/version2/getNeumannData2.m
matlab-femcode/version2/getNeumannData2a.m
matlab-femcode/version2/getNodes.m
matlab-femcode/version2/getNormal2.m
matlab-femcode/version2/getTriNodeIndices.m
matlab-femcode/version2/getVertices.m
matlab-femcode/version2/Interpolate2.m
matlab-femcode/version2/Interpolate2a.m
matlab-femcode/version2/L2Norm2.m
matlab-femcode/version2/L2NormErr2.m
matlab-femcode/version2/Load2.m
matlab-femcode/version2/Mesh2.m
matlab-femcode/version2/readMesh2.m
matlab-femcode/version2/RefTri.m
matlab-femcode/version2/ShowMesh2.m
matlab-femcode/version2/ShowPWPolyFcn2.m
matlab-femcode/version2/Stiffness2.m
matlab-femcode/version2/TestConv2.m
matlab-femcode/version2/TransToRefTri.m
matlab-femcode/version2/writeMesh2.m
matlab-femcode/version3/EnergyNorm.m
matlab-femc
matlab-femcode/adaptive/AdaptiveExample2.m
matlab-femcode/adaptive/DefineBases.m
matlab-femcode/adaptive/EJindicator1.m
matlab-femcode/adaptive/ElementEnergyNormErrs1.m
matlab-femcode/adaptive/ElementEnergyNorms.m
matlab-femcode/adaptive/ElementLinfNormErrs1.m
matlab-femcode/adaptive/ElementResidual1.m
matlab-femcode/adaptive/ExpResidual1.m
matlab-femcode/adaptive/getAdjacentTriangle.m
matlab-femcode/adaptive/getAdjacentTriangles.m
matlab-femcode/adaptive/getBubbleVals.m
matlab-femcode/adaptive/getDiameter.m
matlab-femcode/adaptive/getDiameters.m
matlab-femcode/adaptive/getFBndyEdgeNodes.m
matlab-femcode/adaptive/getGrad1.m
matlab-femcode/adaptive/getOppositeVertex.m
matlab-femcode/adaptive/getOtherEdges.m
matlab-femcode/adaptive/LocalRefine1.m
matlab-femcode/adaptive/QuadElementErrEst1.m
matlab-femcode/adaptive/SelectTris.m
matlab-femcode/adaptive/Solve.m
matlab-femcode/adaptive/StiffnessE.m
matlab-femcode/README.txt
matlab-femcode/version1/CG.m
matlab-femcode/version1/CGsing.m
matlab-femcode/version1/CGSSOR.m
matlab-femcode/version1/Circlef.m
matlab-femcode/version1/CoarseCircleMeshD1.m
matlab-femcode/version1/CoarseCircleMeshN1.m
matlab-femcode/version1/CoarseEllipseMeshD1.m
matlab-femcode/version1/CoarseEllipseMeshN1.m
matlab-femcode/version1/CoarseSemiCircleMeshBottomD1.m
matlab-femcode/version1/CoarseSemiCircleMeshD1.m
matlab-femcode/version1/Ellipsef.m
matlab-femcode/version1/EnergyNorm1.m
matlab-femcode/version1/EnergyNormErr1.m
matlab-femcode/version1/Example1a.m
matlab-femcode/version1/Example1b.m
matlab-femcode/version1/Example1c.m
matlab-femcode/version1/fullmg1.m
matlab-femcode/version1/GaussSeidel.m
matlab-femcode/version1/GaussSeidel1.m
matlab-femcode/version1/getDirichletData.m
matlab-femcode/version1/getGradients1.m
matlab-femcode/version1/getNeumannData1.m
matlab-femcode/version1/getNeumannData1a.m
matlab-femcode/version1/getNodalValues.m
matlab-femcode/version1/getNodes1.m
matlab-femcode/version1/getNormal1.m
matlab-femcode/version1/getNormal1a.m
matlab-femcode/version1/getTriNodeIndices1.m
matlab-femcode/version1/HierCG1.m
matlab-femcode/version1/HierCGsing1.m
matlab-femcode/version1/HierToNodal1.m
matlab-femcode/version1/HierToNodalTrans1.m
matlab-femcode/version1/Interpolate1.m
matlab-femcode/version1/InterpolateTrans1.m
matlab-femcode/version1/Jacobi.m
matlab-femcode/version1/JiggleMesh1.m
matlab-femcode/version1/L2Norm1.m
matlab-femcode/version1/L2NormErr1.m
matlab-femcode/version1/LinfNormErr1.m
matlab-femcode/version1/Load1.m
matlab-femcode/version1/MakeEdgesCurved1.m
matlab-femcode/version1/MakeMesh1.m
matlab-femcode/version1/Mesh1.m
matlab-femcode/version1/MeshQuality1.m
matlab-femcode/version1/mgmu1.m
matlab-femcode/version1/NeumannMesh.m
matlab-femcode/version1/NGonMeshD1.m
matlab-femcode/version1/NodalToHier1.m
matlab-femcode/version1/NodalToHierTrans1.m
matlab-femcode/version1/PCG.m
matlab-femcode/version1/readMesh1.m
matlab-femcode/version1/RectangleMeshD1.m
matlab-femcode/version1/RectangleMeshD1a.m
matlab-femcode/version1/RectangleMeshLeftN1.m
matlab-femcode/version1/RectangleMeshLeftN1a.m
matlab-femcode/version1/RectangleMeshN1.m
matlab-femcode/version1/RectangleMeshN1a.m
matlab-femcode/version1/RectangleMeshTopD1.m
matlab-femcode/version1/RectangleMeshTopD1a.m
matlab-femcode/version1/RectangleMeshTopLeftD1.m
matlab-femcode/version1/RectangleMeshTopLeftD1a.m
matlab-femcode/version1/Refine1.m
matlab-femcode/version1/ShowMesh1.m
matlab-femcode/version1/ShowPWConstFcn.m
matlab-femcode/version1/ShowPWLinFcn1.m
matlab-femcode/version1/ShowSupport1.m
matlab-femcode/version1/SOR.m
matlab-femcode/version1/SSOR.m
matlab-femcode/version1/Stiffness1.m
matlab-femcode/version1/TestConv1.m
matlab-femcode/version1/unRefine1.m
matlab-femcode/version1/writeMesh1.m
matlab-femcode/version2/DunavantData.m
matlab-femcode/version2/EnergyNorm2.m
matlab-femcode/version2/EnergyNormErr2.m
matlab-femcode/version2/EvalNodalBasisFcns.m
matlab-femcode/version2/EvalNodalBasisFcns1D.m
matlab-femcode/version2/EvalNodalBasisGrads.m
matlab-femcode/version2/EvalPWPolyFcn2.m
matlab-femcode/version2/Example2a.m
matlab-femcode/version2/Example2b.m
matlab-femcode/version2/Example2c.m
matlab-femcode/version2/ExtractLinearMesh.m
matlab-femcode/version2/GaussData.m
matlab-femcode/version2/GenLagrangeMesh2.m
matlab-femcode/version2/getNeumannData2.m
matlab-femcode/version2/getNeumannData2a.m
matlab-femcode/version2/getNodes.m
matlab-femcode/version2/getNormal2.m
matlab-femcode/version2/getTriNodeIndices.m
matlab-femcode/version2/getVertices.m
matlab-femcode/version2/Interpolate2.m
matlab-femcode/version2/Interpolate2a.m
matlab-femcode/version2/L2Norm2.m
matlab-femcode/version2/L2NormErr2.m
matlab-femcode/version2/Load2.m
matlab-femcode/version2/Mesh2.m
matlab-femcode/version2/readMesh2.m
matlab-femcode/version2/RefTri.m
matlab-femcode/version2/ShowMesh2.m
matlab-femcode/version2/ShowPWPolyFcn2.m
matlab-femcode/version2/Stiffness2.m
matlab-femcode/version2/TestConv2.m
matlab-femcode/version2/TransToRefTri.m
matlab-femcode/version2/writeMesh2.m
matlab-femcode/version3/EnergyNorm.m
matlab-femc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.