https://github.com/sanjayg0/feappv
FEAPpv -- free personal version of the FEAP
https://github.com/sanjayg0/feappv
fem finite-element-analysis finite-element-method finite-element-methods
Last synced: 4 days ago
JSON representation
FEAPpv -- free personal version of the FEAP
- Host: GitHub
- URL: https://github.com/sanjayg0/feappv
- Owner: sanjayg0
- License: bsd-3-clause
- Created: 2017-10-19T18:42:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-04-29T15:49:44.000Z (15 days ago)
- Last Synced: 2026-04-29T17:32:43.777Z (15 days ago)
- Topics: fem, finite-element-analysis, finite-element-method, finite-element-methods
- Language: Fortran
- Homepage:
- Size: 20 MB
- Stars: 112
- Watchers: 14
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[]()
[]()
[]()
# feappv
FEAPpv -- free personal version of the FEAP (A Finite Element Analysis Program)
The program is distributed under the BSD-3 license. See LICENSE.txt
for details
This version of FEAP is available for free. It is directly modeled after FEAP but does not contain all of its features, such as a
parallel capability, contact and a number of other advanced features, but newly it provies fe2, igafeap. Its architecture is generally similar to FEAP's but often is a bit behind in programming style. Some additional details can be found at http://projects.ce.berkeley.edu/feap/feappv.
For information on FEAP see http://projects.ce.berkeley.edu/feap
There is a FEAP and FEAPpv forum at http://feap.berkeley.edu and there is a nacent wiki at http://feap.berkeley.edu/wiki
Very quick installation instructions for additional details follow the installation
manual for FEAP.
## Windows
In the top level directory you will find a visual studio solution file. Open this
with Visual Studio (you must also have the Intel compiler installed). Then build the
library project followed by the executable project.
## Mac/Linux
1. Copy main/makefile_default to main/makefile
2. Depending on compiler intel versus gfortran, copy makefile.in_xxxx to makefile.in
3. Edit paths to X11 includes and libraries
4. Type make