Skip to content

Commit

Permalink
Update amgcl_install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chunleili authored Oct 18, 2024
1 parent 02eccc6 commit 69c27f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/amgcl/amgcl_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ cmake -B build -DAMGCL_BUILD_EXAMPLES=1
```
编译poisson3Db example
```
cmake --build build --config=Release --target=poisson3Db
cmake --build build --config=Release --target=poisson3Db --parallel=8
```
下载数据(matrix maket格式)
https://sparse.tamu.edu/FEMLAB/poisson3Db
解压到amgcl根目录

运行example
```
.\amgcl\build\tutorial\1.poisson3Db\Release\poisson3Db.exe .\poisson3Db.mtx .\poisson3Db_b.mtx
.\build\tutorial\1.poisson3Db\Release\poisson3Db.exe .\poisson3Db.mtx .\poisson3Db_b.mtx
```
结果

Expand Down

0 comments on commit 69c27f4

Please sign in to comment.