• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ElmerCSC/elmerfem: Official git repository of Elmer FEM software

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

ElmerCSC/elmerfem

开源软件地址:

https://github.com/ElmerCSC/elmerfem

开源编程语言:

Fortran 66.1%

开源软件介绍:

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"




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
ingydotnet/git-subrepo发布时间:2022-06-11
下一篇:
pieter/gitx: A gitk clone for OS X发布时间:2022-06-11
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap