Merge pull request #87 from deepmodeling/master update
Merge pull request #87 from deepmodeling/master
update
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 帮助与安装
To install the latest release from PyPi, use
pip install -U fealpy
If you have no root access on Linux/MacOS, please try
root
python -m pip install -U fealpy
Users in China can install FEALPy from mirrors such as:
git clone https://github.com/weihuayi/fealpy.git cd fealpy pip install .
For developers, please use pip install -e . to install it in develop mode.
pip install -e .
On Linux system such as Ubuntu or Fedora, or MacOS, maybe you should use pip3 install -e . to install it in develop mode.
pip3 install -e .
pip uninstall fealpy
To be added.
We thank Dr. Long Chen for the guidance and compiling a systematic documentation for programming finite element methods.
Please cite fealpy if you use it in your paper
fealpy
H. Wei and Y. Huang, FEALPy: Finite Element Analysis Library in Python, https://github.com/weihuayi/fealpy, Xiangtan University, 2017-2021.
@misc{fealpy, title = {FEALPy: Finite Element Analysis Library in Python. https://github.com/weihuayi/ fealpy}, url = {https://github.com/weihuayi/fealpy}, author = {Wei, Huayi and Huang, Yunqing}, institution = {Xiangtan University}, year = {Xiangtan University, 2017-2021}, }
FEALPy 是一款完全基于 Python 开发的偏微分方程数值解软件,主要定位为一个简单、易用的开源算法库,用于基础算法研究成果的集成和对比,支撑偏微分方程数值解领域的人才培养和基础算法科研工作。
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
FEALPy: Finite Element Analysis Library in Python
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
To install the latest release from PyPi, use
If you have no
root
access on Linux/MacOS, please tryUsers in China can install FEALPy from mirrors such as:
From Source
For developers, please use
pip install -e .
to install it in develop mode.On Linux system such as Ubuntu or Fedora, or MacOS, maybe you should use
pip3 install -e .
to install it in develop mode.Uninstallation
Docker
To be added.
Reference and Acknowledgement
We thank Dr. Long Chen for the guidance and compiling a systematic documentation for programming finite element methods.
Citation
Please cite
fealpy
if you use it in your paperH. Wei and Y. Huang, FEALPy: Finite Element Analysis Library in Python, https://github.com/weihuayi/fealpy, Xiangtan University, 2017-2021.