pyamg
Algebraic Multigrid Solvers in Python
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- docstrings.yml
- lint.yml
- wheels.yml
- memory.py
- common_docstring.md
- todo.md
- pyamg.mat
- pyamg_logo.pdf
- pyamg_logo.png
- pyamg_logo.py
- pyamg_logo_legacy.png
- pyamg_logo_legacy_withtext.png
- pyamg_logo_withtext.pdf
- pyamg_logo_withtext.png
- README.txt
- common.py
- example.pdf
- example.py
- example.res.txt
- example_plot.py
- paper.bib
- paper.md
- default.css
- conf.py
- index.rst
- README.md
- ref.rst
- Makefile
- README.md
- requirements.txt
- __init__.py
- _tester.py
- __init__.py
- test_adaptive.py
- test_aggregate.py
- test_aggregation.py
- test_pairwise.py
- test_rootnode.py
- test_smooth.py
- test_tentative.py
- __init__.py
- adaptive.py
- aggregate.py
- aggregation.py
- pairwise.py
- rootnode.py
- smooth.py
- tentative.py
- __init__.py
- bind_examples.h
- bind_examples_bind.cpp
- instantiate-test.yml
- test_bind_examples.py
- .gitignore
- __init__.py
- air.h
- air_bind.cpp
- bindthem.py
- evolution_strength.h
- evolution_strength_bind.cpp
- generate.sh
- graph-todo.md
- graph.h
- graph_bind.cpp
- instantiate.yml
- krylov.h
- krylov_bind.cpp
- linalg.h
- linalg_bind.cpp
- readme.md
- relaxation.h
- relaxation_bind.cpp
- requirements-dev.txt
- ruge_stuben.h
- ruge_stuben_bind.cpp
- smoothed_aggregation.h
- smoothed_aggregation_bind.cpp
- __init__.py
- test_air.py
- test_classical.py
- test_cr.py
- test_split.py
- __init__.py
- air.py
- classical.py
- cr.py
- interpolate.py
- split.py
- airfoil.mat
- bar.mat
- helmholtz_2D.mat
- knot.mat
- local_disc_galerkin_diffusion.mat
- README.txt
- recirc_flow.mat
- unit_cube.mat
- unit_square.mat
- square_mesh.npz
- __init__.py
- test_advection.py
- test_diffusion.py
- test_elasticity.py
- test_example.py
- test_fem.py
- test_laplacian.py
- test_mesh.py
- test_stencil.py
- __init__.py
- advection.py
- demo.py
- diffusion.py
- elasticity.py
- example.py
- fem.py
- laplacian.py
- mesh.py
- random_sparse.py
- stencil.py
- __init__.py
- test_krylov.py
- test_scipy.py
- test_simple_iterations.py
- __init__.py
- _bicgstab.py
- _cg.py
- _cgne.py
- _cgnr.py
- _cr.py
- _fgmres.py
- _gmres.py
- _gmres_householder.py
- _gmres_mgs.py
- _minimal_residual.py
- _steepest_descent.py
- __init__.py
- test_relaxation.py
- test_smoothing.py
- __init__.py
- chebyshev.py
- relaxation.py
- smoothing.py
- utils.py
- __init__.py
- test_amg_core_linalg.py
- test_blackbox.py
- test_clustering.py
- test_floyd.py
- test_graph.py
- test_lloyd.py
- test_multilevel.py
- test_strength.py
- __init__.py
- test_bsr_utils.py
- test_linalg.py
- test_utils.py
- test_warn.py
- __init__.py
- bsr_utils.py
- linalg.py
- params.py
- utils.py
- __init__.py
- test_vis.py
- test_vtu.py
- __init__.py
- aggviz.py
- vis_coarse.py
- vtk_writer.py
- __init__.py
- blackbox.py
- graph.py
- graph_ref.py
- multilevel.py
- strength.py
- .git_archival.txt
- .gitattributes
- .gitignore
- .readthedocs.yml
- _typos.toml
- changelog.md
- CITATION.bib
- CITATION.cff
- codecov.yml
- CONTRIBUTING.md
- DEVELOPERS.txt
- LICENSE.txt
- MANIFEST.in
- meson.build
- organization.md
- pyproject.toml
- README-DEV.md
- README.md
- requirements-dev.txt
- requirements-optional.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/pyamg/pyamg
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pyamg
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install pyamg
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install meson-python meson ninja pybind11 versioningit pytest
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install --no-build-isolation -e .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install pyamg
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install meson-python meson ninja pybind11 versioningit pytest
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install --no-build-isolation -e .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install --no-build-isolation -e ".[test]"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
