Skip to content

Commit 5841490

Browse files
committed
add example, update README
1 parent d31c9a2 commit 5841490

File tree

5 files changed

+235
-3
lines changed

5 files changed

+235
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# ***PyFMM***
2-
[![Documentation Status](https://readthedocs.org/projects/pyfmm/badge/?version=latest)](https://pyfmm.readthedocs.io/zh-cn/latest/?badge=latest) [![DOI](https://zenodo.org/badge/860537381.svg)](https://zenodo.org/doi/10.5281/zenodo.13823187)
31

4-
![图片](./figs/output.png)
2+
<h1 align="center"><b><i>PyFMM</i></b></h1>
3+
4+
<p align="center">
5+
<a href="https://pyfmm.readthedocs.io/zh-cn/latest/?badge=latest">
6+
<img src="https://readthedocs.org/projects/pyfmm/badge/?version=latest" alt="Documentation Status" />
7+
</a>
8+
<a href="https://zenodo.org/doi/10.5281/zenodo.13823187">
9+
<img src="https://zenodo.org/badge/860537381.svg" alt="DOI" />
10+
</a>
11+
12+
</p>
13+
14+
15+
<p align="center">
16+
<img src="./figs/output2.png" alt="Image 2" width="55%" />
17+
<img src="./figs/output3.png" alt="Image 3" width="42%" />
18+
</p>
19+
20+
<!-- ![图片](./figs/output.png)
21+
![图片](./figs/output2.png) -->
522

623
**PyFMM**是一个基于Fast Marching Method求解程函方程 $|\nabla T|^2 = s^2$ 的C/Python程序包,包括示例和注释。
724
**PyFMM** is a C/Python package for solving eikonal equation using Fast Marching Method, with examples and annotations.

0 commit comments

Comments
 (0)