Git Product home page Git Product logo

bobosui / elmerfem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elmercsc/elmerfem

0.0 0.0 0.0 113.88 MB

Official git repository of Elmer FEM software

Home Page: http://www.elmerfem.org

QMake 0.06% C++ 14.25% C 14.59% CMake 1.29% LLVM 0.01% GLSL 0.23% Shell 0.14% Fortran 65.22% Tcl 0.74% Makefile 0.13% MATLAB 0.02% TeX 0.05% Python 0.28% HTML 1.17% OpenEdge ABL 0.72% Batchfile 0.03% Yacc 0.03% M4 0.01% Roff 1.06% sed 0.01%

elmerfem's Introduction

ElmerLogoPlain64x64

Elmer FEM

This is the official source code repository for the Elmer FEM software suite.

GitHub stars GitHub watchers GitHub forks

GitHub contributors GitHub pull requests PRs welcome brightgreen

GitHub last commit Issues GitHub language count

Elmer is a finite element software for numerical solution of partial differential equations. Elmer is capable of handling any number of equations and is therefore ideally suited for the simulation of multiphysical problems. It includes models, for example, of structural mechanics, fluid dynamics, heat transfer and electromagnetics. Users can also write their own equations that can be dynamically linked with the main program.

Elmer consists of several parts. The most important ones are ElmerSolver the finite element solver, ElmerGUI the graphical user interface, and ElmerGrid the mesh creation and manipulation tool. Also a visualization tool, ElmerPost, is included in the package but it is no longer developed.

Download binaries

You may download binaries and virtual machines from here.

Docker

Documentation

You may find the PDFs for the documentation here.

Compiling

macOS

  • Download this repository either az a zip file via GitHub or using git clone https://github.com/ElmerCSC/elmerfem.git

  • Go to the downloaded directory mkdir build and cd build

  • Install Homebrew

  • Install GCC brew install gcc

  • Install CMake brew install cmake

  • Without MPI:

    • cmake .. -D WITH_OpenMP:BOOLEAN=TRUE

  • With MPI:

    • Install OpenMPI brew install open-mpi

    • cmake .. -D WITH_OpenMP:BOOLEAN=TRUE -D WITH_MPI:BOOLEAN=TRUE

  • With ElmerGUI:

    • install qt4 with brew install cartr/qt4/qt@4

    • install qwt with brew install cartr/qt4/qwt-qt4

    • cmake .. -D WITH_OpenMP:BOOLEAN=TRUE -D WITH_MPI:BOOLEAN=TRUE -D WITH_ELMERGUI:BOOLEAN=TRUE

  • With ElmerPost:

    • brew cask install xquartz

    • …​.

  • make

  • make install

Ubuntu

  • Download the source code and create build directory as above

  • Install the dependencies sudo apt install git cmake build-essential gfortran libopenmpi-dev libblas-dev liblapack-dev

  • Without MPI:

    • cmake .. -DWITH_OpenMP:BOOLEAN=TRUE

  • With MPI:

    • cmake .. -DWITH_OpenMP:BOOLEAN=TRUE -DWITH_MPI:BOOLEAN=TRUE

  • With ElmerGUI:

    • sudo apt install libqt4-dev libqwt-dev

    • cmake .. -DWITH_OpenMP:BOOLEAN=TRUE -DWITH_MPI:BOOLEAN=TRUE -DWITH_ELMERGUI:BOOLEAN=TRUE

  • With Elmer/Ice (enabling netcdf and MUMPS):

    • sudo apt install libnetcdf-dev libnetcdff-dev libmumps-dev

    • cmake .. -DWITH_OpenMP:BOOLEAN=TRUE -DWITH_MPI:BOOLEAN=TRUE -DWITH_ElmerIce:BOOLEAN=TRUE -DWITH_Mumps:BOOL=TRUE

  • make

  • sudo make install

  • The executables are in /usr/local/bin folder, you may add this to your PATH if you will

Licensing

License: GPL v2 License: LGPL v2.1

Elmer software is licensed under GPL except for the ElmerSolver library which is licensed under LGPL license. Elmer is mainly developed at CSC - IT Center for Science, Finland. However, there have been numerous contributions from other organizations and developers as well, and the project is open for new contributions. More information about Elmer’s licensing here.

Package managers

Packaging status

Chocolatey

Chocolatey

Social

Here on this Discord channel you may ask for help or dicuss different Elmer related matters:

Discord Chat

Follow ElmerFEM on Twitter:

Twitter Follow Twitter Follow Twitter Follow

Ask your questions on Reddit:

Subreddit subscribers

Computational Glaciology "Elmer/Ice"

elmerfem's People

Contributors

raback avatar ettaka avatar mmalinen avatar juhanikataja avatar juharu avatar tzwinger avatar fgillet avatar t7saeki avatar samiilvonen avatar rupertgladstone avatar mbycklin avatar chekki2mo avatar enigne avatar pavelponomarev avatar morlocke avatar eefvandongen avatar frroberts-csc avatar luzpaz avatar mmcker avatar foadsf avatar ealbiter avatar jksjanne avatar juhkat avatar l29ah avatar mec059 avatar nwrichmond avatar richb2k avatar jvencels avatar joonaskivi avatar evgeny2 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.