Skip to content

Victor-Xiang-hl/fealpy

 
 

Repository files navigation

FEALPy: Finite Element Analysis Library in Python

Join the chat at https://gitter.im/weihuayi/fealpy Python package Upload Python Package

We want to develop an efficient and easy to use finite element software package to support our teach and research work.

We still have lot work to do.

关于 FEALPy 的中文帮助与安装信息请查看: FEALPy 帮助与安装

Installation

Common

Use pip install -U fealpy to install the latest release from PyPi.

Users in China can install FEALPy from mirrors such as:

From Source

git clone https://github.com/weihuayi/fealpy.git
cd fealpy
pip install .

For developers, please use pip install -e .[dev] to install it in develop mode.

On Ubuntu system, maybe you should use sudo -H pip3 install -e .[dev] to install it in develop mode.

Uninstallation

pip uninstall fealpy

Docker

To be added.

Reference

Please cite fealpy if you use it in you paper

H. Wei and Y. Huang, FEALPy: Finite Element Analysis Library in Python, https://github.com/weihuayi/fealpy, Xiangtan University, 2017-2020.

About

Finite Element Analysis Library in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.4%
  • C++ 41.0%
  • MATLAB 1.4%
  • CMake 0.2%
  • Makefile 0.0%
  • TeX 0.0%