⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 feappv.mht

📁 张雄所著的《计算动力学》书籍源代码。 是学习结构动力学的非常好的手段。
💻 MHT
字号:
From: <óé Windows Internet Explorer 7 ±£′?>
Subject: FEAPpv
Date: Sun, 27 Jan 2008 01:21:15 +0800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ce.berkeley.edu/~rlt/feappv/
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>FEAPpv</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1"><LINK=20
href=3D"index.html" rel=3DHome>
<META content=3D"MSHTML 6.00.6000.16525" name=3DGENERATOR></HEAD>
<BODY bgColor=3D#dddddd>
<H1 align=3Dcenter><FONT color=3D#ff0000>FEAPpv</FONT> <FONT =
color=3D#0000ff>A Finite=20
Element Analysis Program: Personal Version</FONT></H1>
<HR>
<!-------------------------------------------------------------->
<P>FEAPpv is a general purpose finite element analysis program which is =
designed=20
for research and educational use. The program is described in the =
references:=20
</P>
<P><FONT color=3D#ff0000>The Finite Element Method: Its Basis and =
Fundamentals,6th=20
ed., by O.C. Zienkiewicz, R.L. Taylor and J.Z. Zhu, Elsevier, Oxford, =
2005, (<A=20
href=3D"http://www.elsevier.com/">http://www.elsevier.com/</A>). </P>
<P>The Finite Element Method for Solid and Structural Mechanics,6th ed., =
by O.C.=20
Zienkiewicz and R.L. Taylor, Elsevier, Oxford, 2005, (<A=20
href=3D"http://www.elsevier.com/">http://www.elsevier.com/</A>). </P>
<P>The Finite Element Method for Fluid Dynamics,6th ed., by O.C. =
Zienkiewicz,=20
R.L. Taylor and P. Nithiarasu, Elsevier, Oxford, 2005, (<A=20
href=3D"http://www.elsevier.com/">http://www.elsevier.com/</A>). =
</FONT></P>
<P>Search under the F books for the title. </P>FEAPpv is designed to be=20
compatible for compilation in UNIX/LINUX and Windows PC environments.=20
<P></P>
<P>N.B. The program for the volume on Fluid Dynamics may be obtained =
from: <A=20
href=3D"http://www.swansea.ac.uk/staff/academic/Engineering/nithiarasuper=
umal/">P.=20
Nithiarasu</A>'s Personal Homepage.=20
<HR>
<!-------------------------------------------------------------->
<H2>Source Code Download and Compile Instructions </H2>
<P>Download the source program using the options below (it has been =
compressed=20
using a zip utility). Unzip the file (you may need to use -d options =
when using=20
PKZIP) to create the directory structure containing the source code and =
makefile=20
utilities for UNIX/LINUX environments. </P>
<P>To compile in a UNIX/LINUX environment edit the <FONT=20
color=3D#ff0000>makefile.in</FONT> file to have the correct name for =
your compiler=20
(e.g., <FONT color=3D#ff0000>f77, g77, or f90 </FONT>), path to locate =
the <FONT=20
color=3D#ff0000>include </FONT>files for each of the source files and =
location=20
where the archive (library) is to be located. </P>
<P>Enter the command: <FONT color=3D#ff0000>make install</FONT> </P>
<P>Complete compilation will be made automatically (unless some =
parameters are=20
not correctly set in <FONT color=3D#ff0000>makefile.in</FONT>!). </P>
<P>Note: It is necessary to select the correct files in the file <FONT=20
color=3D#ff00ff>makefile </FONT>located in the root directory for =
FEAPpv: This is=20
either <FONT color=3D#ff00ff>f77 </FONT>or <FONT color=3D#ff00ff>f90 =
</FONT>. It is=20
also necessary to check the include file <FONT color=3D#ff00ff>f77.h =
</FONT>for=20
correct comment labels. There should be comments in each line of this =
file if an=20
<FONT color=3D#ff00ff>f90 </FONT>compiler is used and no comments if an =
<FONT=20
color=3D#ff00ff>f77 </FONT>compiler is used. </P>
<P>Step-by-step instructions are available to compiling the program =
using the=20
Compaq/HP Visual Fortran compiler. By some modifications in setting =
path, and=20
installing the source files these instructions may also be used to build =
the=20
program using the MicroSoft Fortran PowerStation 4.0 or the Digital =
Visual=20
Fortran 6.0 compilers. The file may be downloaded by selecting (<FONT=20
color=3D#ff00ff>README.TXT</FONT>). </P>
<P>Note: The Compaq/HP compiler will no longer be available after 31 =
December=20
2005. After that date it will be necessary to use the Intel Fortran =
compiler.=20
</P>
<P>Once the files are unzipped, compilation is performed using the <FONT =

color=3D#ff0000>Development Studio</FONT>. Two predefined files for the =
Compaq/HP=20
Visual Fortran compiler are located in subdirectory <FONT =
color=3D#ff00ff>build=20
</FONT>to assist in compiling an executable program. All subprograms are =

contained in the library file in directory <FONT color=3D#ff00ff>libpv =
</FONT>and=20
the libary and main program are contained in the directory <FONT=20
color=3D#ff00ff>feappv </FONT>. User subprograms should only be added to =
the <FONT=20
color=3D#ff00ff>feappv </FONT>build. Follow directions for the compiler =
to load=20
and compile the library and main program modules. </P>
<HR>

<P>Files to download:</P>
<UL>
  <LI><A =
href=3D"http://www.ce.berkeley.edu/~rlt/feappv/feappv20.zip">FEAPpv=20
  source.</A> (Main Program Fortran Files: Ver 2.0 ZIPPED - Includes =
UNIX/LINUX=20
  makefiles). Updated: 20 July 2005.=20
  <LI><A=20
  =
href=3D"http://www.ce.berkeley.edu/~rlt/feappv/readme.txt">README.TXT.</A=
>=20
  (Instructions for Compaq/HP Visual Fortran Compiler).=20
  <LI><A =
href=3D"http://www.ce.berkeley.edu/~rlt/feappv/feappvl.zip">FEAPpv ver=20
  2.0 executable.</A> (Program for Linux: ZIPPED). Updated: 20 July =
2005.=20
  <LI><A =
href=3D"http://www.ce.berkeley.edu/~rlt/feappv/feappvc.zip">FEAPpv ver=20
  2.0 executable.</A> (Program for Windows: ZIPPED - Compaq/HP 6.6b =
Compiler).=20
  Updated: 20 July 2005. =
</LI></UL><!-------------------------------------------------------------=
->
<HR>

<H2>User Manual </H2>
<P>A PDF file for the FEAPpv User manual is: </P>
<UL>
  <LI><A =
href=3D"http://www.ce.berkeley.edu/~rlt/feappv/manual.pdf">FEAPpv User=20
  Manual: v2.0</A> - - - (January 2005) </LI></UL>
<P>N.B. PDF files require Acrobat Reader to print.
<P>
<P>To add user functions, consult the FEAP programmer manual to =
supplement the=20
above user and book descriptions. See web site <A=20
href=3D"http://www.ce.berkeley.edu/~rlt/feap">http://www.ce.berkeley.edu/=
~rlt/feap</A>for=20
manual download. =
</P><!-------------------------------------------------------------->
<HR>

<H2>Test Problem </H2>
<P>The following files can be used to test the validity of the program=20
installation. The results after two iterations should produce a residual =
and=20
energy which are numerically zero. Note that different computers may =
have=20
different numerical precision, thus, the results for the small values =
may differ=20
due to roundoff effects.=20
<UL>
  <LI><A href=3D"http://www.ce.berkeley.edu/~rlt/feappv/Iblock">Input =
file for=20
  FEAPpv.</A> </LI></UL>
<UL>
  <LI><A href=3D"http://www.ce.berkeley.edu/~rlt/feappv/Oblock">Output =
file from=20
  FEAPpv.</A> =
</LI></UL><!-------------------------------------------------------------=
->
<HR>

<H2>User Functions and Elements </H2>
<P>To add user functions, consult the FEAP programmer manual to =
supplement the=20
above user and book descriptions. See web site <A=20
href=3D"http://www.ce.berkeley.edu/~rlt/feap">http://www.ce.berkeley.edu/=
~rlt/feap</A>for=20
user manual download. </P>
<P>Examples for some simple user elements may be found at the web site =
<A=20
href=3D"http://www.ce.berkeley.edu/~rlt/feap">http://www.ce.berkeley.edu/=
~rlt/feap</A>(Examples=20
manual download). =
</P><!-------------------------------------------------------------->
<HR>

<H2>Differences with FEAP </H2>
<P>A short document describing the differences between FEAPpv and FEAP =
may be=20
obtained by downloading: </P>
<UL>
  <LI><A =
href=3D"http://www.ce.berkeley.edu/~rlt/feappv/differ.pdf">Difference=20
  document</A> =
</LI></UL><!-------------------------------------------------------------=
->
<HR>

<H2>Other FEAPpv Web Sites:</H2>
<UL>
  <LI><A href=3D"http://www.cs.berkeley.edu/~dbindel/feapmex.html">David =
Bindel=20
  </A>A MATLAB interface to FEAP which permiits simultaneous access to =
both=20
  programs. =
</LI></UL><!-------------------------------------------------------------=
->
<HR>

<H1>
<P><FONT color=3D#00aaff>No support on use of the program will be =
provided.</FONT>=20
</P></H1>
<HR>

<P>Report any errors detected or problems in downloading files to: <A=20
href=3D"mailto:rlt@ce.berkeley.edu">rlt@ce.berkeley.edu</A> </P>
<HR>
Hits since 8/2002=20
<P><IMG src=3D"">=20
<HR>
<!-------------------------------------------------------------->Last =
Updated 4=20
December 2006=20
<P><EM>Structural Engineering, Mechanics and Materials<BR>Department of =
Civil=20
and Environmental Engineering<BR>University of California, Berkeley</EM> =
<!--------------------------------------------------------------></P></BO=
DY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -