Home | License | About | Documentation | Download |
The Free Finite Element Package is a modular designed collection of GNU Octave / MATLAB functions in a library. This library contain numerical methods required when working with linear Finite Elements in two dimensions. FFEP is tested using GNU Octave (primarily) and MATLAB (second-tier).
With the Finite Element Method (FEM) (Wikipedia Article) it is possible to solve partial differential equations (PDE) (Wikipedia Article). See under the section About for further details.
Right now version 1.0 is available. The software was mainly designed for teaching purpose. You should consider this before using FFEP! To contact the developer write a mail to joerg @ frochte . de or joerg . frochte @ hs - bochum . de.
Until 2016 FFEP was developed using C. Science 2016 the language was switched to GNU Octave with some C Mex-Functions. Mesh generation or import is not part of FFEP. We recommend the use of Gmsh.
FFEP should meet the following requirements:
The Package should be easy to be used, well documented, stable, fast, portable and last but not
least Open Source Software.
Copyright (c) 2002-2016 by Jörg Frochte
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Another very important point is, that this toolbox is Open Source Software, that means: