Code Monkey home page Code Monkey logo

felt's Introduction

This is the README file for an unofficial, experimental version of FElt - a package for introductory level finite element analysis.

For the official FElt, please visit the original homepage at http://felt.sourceforge.net. Attention: do NOT bother the original authors of FElt if you find a bug with the version hosted here.

I created this git repository from the original CVS tree at sourceforge, in order to hack more easily on the code. No major new functionality is planned at the moment, at least before the following targets are completed:

  • clean build with latest gcc compiler on latest linux system.
  • removal of obsolete, pre-ANSI code and general code cleanup & simplification
  • better extensibility & customization through the use of lua.
  • investigate use of external libraries (eg. gsl) for matrix operations
  • better build system, based on CMake
  • better translations, based on gettext
  • rewrite graphical subprograms using a modern toolkit (eg. gtk+ / Qt)

I also plan to sync with upstream, whenever a new version of FElt is released.

Pre-requisites :

Git
GCC 7.3.0
Flex
Bison
Boost 1.40.0
CMake
Make

To install all the pre-requisites, run the following command :

sudo apt-get install build-essential make gcc flex cmake bison boost git-core

To clone this repository run :

git clone https://github.com/Sudhanshu-Dubey14/felt.git

Then run these commands one by one :

`cd felt

mkdir build

cd build

cmake ..

make

make install`

This will install FElt in your system.

felt's People

Contributors

inderpreetsingh avatar pvossos avatar sudhanshu-dubey14 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.