声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 4222|回复: 4

[Fortran] Finite Element Method Demonstration

[复制链接]
发表于 2005-6-4 16:49 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
FEM_CODES is a collection of a few simple finite element method (FEM) programs. These codes are intended primarily to be used by students as an introduction to finite element method programming ideas. A typical programming project asks a student to take one of these programs, learn how to use it, and then extend it in some way.
The originals of these codes come from Professor Max Gunzburger.
The codes are:
ONEDFE is the basic program for solving a linear boundary value problem using piecewise linear elements and a fixed mesh in 1D.
ADAPT is a version of ONEDFE which varies the mesh to reduce the error.
NONLIN is a version of ONEDFE which solves a nonlinear problem.
PMETHOD is a version of ONEDFE which uses the P method, varying the order of the finite element basis.

Files you may copy include:
adapt.f90, adaptive grid refinement;
adapt.out, output from a run;
nonlin.f90, code for a nonlinear problem;
nonlin.out, output from a run;
onedfe.f90, a simple 1D finite element code;
onedfe.out, output from a run;
pmethod.f90, implements the P method;
pmethod.out, output from a run;
回复
分享到:

使用道具 举报

发表于 2005-6-4 18:37 | 显示全部楼层
adapt这个不错,可以自适应划分
发表于 2011-12-7 21:12 | 显示全部楼层
楼主可否将上述程序发我一份~
发表于 2011-12-7 21:13 | 显示全部楼层
发表于 2011-12-15 02:32 | 显示全部楼层
怎么下载,只是介绍一下吗
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-11-17 09:47 , Processed in 0.057601 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表