.appveyor.yml
.gitignore
.gitmodules
.travis.yml
CMakeLists.txt
LICENSE.md
MANIFEST.in
README.md
RELEASE-VERSION
git_version.py
setup.py
amgcl/amg.hpp
amgcl/clock.hpp
amgcl/make_block_solver.hpp
amgcl/make_solver.hpp
amgcl/profiler.hpp
amgcl/runtime.hpp
amgcl/util.hpp
amgcl/adapter/block_matrix.hpp
amgcl/adapter/complex.hpp
amgcl/adapter/crs_builder.hpp
amgcl/adapter/crs_tuple.hpp
amgcl/adapter/epetra.hpp
amgcl/adapter/ublas.hpp
amgcl/adapter/zero_copy.hpp
amgcl/backend/blaze.hpp
amgcl/backend/block_crs.hpp
amgcl/backend/builtin.hpp
amgcl/backend/cuda.hpp
amgcl/backend/eigen.hpp
amgcl/backend/hpx.hpp
amgcl/backend/interface.hpp
amgcl/backend/vexcl.hpp
amgcl/backend/vexcl_static_matrix.hpp
amgcl/backend/viennacl.hpp
amgcl/backend/detail/default_direct_solver.hpp
amgcl/backend/detail/matrix_ops.hpp
amgcl/coarsening/aggregation.hpp
amgcl/coarsening/plain_aggregates.hpp
amgcl/coarsening/pointwise_aggregates.hpp
amgcl/coarsening/ruge_stuben.hpp
amgcl/coarsening/smoothed_aggr_emin.hpp
amgcl/coarsening/smoothed_aggregation.hpp
amgcl/coarsening/tentative_prolongation.hpp
amgcl/coarsening/detail/galerkin.hpp
amgcl/coarsening/detail/scaled_galerkin.hpp
amgcl/detail/inverse.hpp
amgcl/detail/qr.hpp
amgcl/detail/sort_row.hpp
amgcl/detail/spgemm.hpp
amgcl/io/binary.hpp
amgcl/io/mm.hpp
amgcl/mpi/block_preconditioner.hpp
amgcl/mpi/direct_solver.hpp
amgcl/mpi/distributed_matrix.hpp
amgcl/mpi/inner_product.hpp
amgcl/mpi/make_solver.hpp
amgcl/mpi/pastix.hpp
amgcl/mpi/schur_pressure_correction.hpp
amgcl/mpi/skyline_lu.hpp
amgcl/mpi/subdomain_deflation.hpp
amgcl/mpi/util.hpp
amgcl/perf_counter/clock.hpp
amgcl/perf_counter/cray_energy.hpp
amgcl/perf_counter/mpi_aggregator.hpp
amgcl/preconditioner/cpr.hpp
amgcl/preconditioner/cpr_drs.hpp
amgcl/preconditioner/dummy.hpp
amgcl/preconditioner/runtime.hpp
amgcl/preconditioner/schur_pressure_correction.hpp
amgcl/relaxation/as_preconditioner.hpp
amgcl/relaxation/chebyshev.hpp
amgcl/relaxation/cusparse_ilu0.hpp
amgcl/relaxation/damped_jacobi.hpp
amgcl/relaxation/gauss_seidel.hpp
amgcl/relaxation/ilu0.hpp
amgcl/relaxation/iluk.hpp
amgcl/relaxation/ilut.hpp
amgcl/relaxation/runtime.hpp
amgcl/relaxation/spai0.hpp
amgcl/relaxation/spai1.hpp
amgcl/relaxation/detail/ilu_solve.hpp
amgcl/solver/bicgstab.hpp
amgcl/solver/bicgstabl.hpp
amgcl/solver/cg.hpp
amgcl/solver/eigen.hpp
amgcl/solver/fgmres.hpp
amgcl/solver/gmres.hpp
amgcl/solver/lgmres.hpp
amgcl/solver/skyline_lu.hpp
amgcl/solver/detail/default_inner_product.hpp
amgcl/solver/detail/givens_rotations.hpp
amgcl/value_type/complex.hpp
amgcl/value_type/eigen.hpp
amgcl/value_type/interface.hpp
amgcl/value_type/static_matrix.hpp
cmake/FindMetis.cmake
cmake/FindNumPy.cmake
cmake/FindPastix.cmake
cmake/FindScotch.cmake
cmake/amgcl-config.cmake
cmake/opencl/FindOpenCL.cmake
delphi/amgcl.pas
delphi/solve.dpr
docs/.gitignore
docs/CMakeLists.txt
docs/Doxyfile
docs/adapters.rst
docs/backends.rst
docs/bibliography.rst
docs/components.rst
docs/conf.py
docs/custom_adapter.rst
docs/examples.rst
docs/index.rst
docs/indices.rst
docs/poisson.rst
docs/preconditioners.rst
docs/requirements.txt
docs/runtime.rst
docs/solvers.rst
docs/tutorial.rst
docs/_static/custom.css
docs/_templates/page.html
examples/CMakeLists.txt
examples/block_crs.cpp
examples/call_lib.cpp
examples/cpr.cpp
examples/cpr_drs.cpp
examples/crs_builder.cpp
examples/custom_adapter.cpp
examples/make_poisson.py
examples/mm2bin.cpp
examples/pyprecond.py
examples/pysolver.py
examples/schur_pressure_correction.cpp
examples/solver.cpp
examples/solver_complex.cpp
examples/solver_hpx.cpp
examples/ublas.cpp
examples/vexcl.cpp
examples/mpi/CMakeLists.txt
examples/mpi/call_mpi_lib.cpp
examples/mpi/check_pastix.cpp
examples/mpi/domain_partition.hpp
examples/mpi/mba.hpp
examples/mpi/partition.cpp
examples/mpi/plot_result
examples/mpi/runtime_bp.cpp
examples/mpi/runtime_sdd.cpp
examples/mpi/runtime_sdd_3d.cpp
examples/mpi/runtime_sdd_vexcl.cpp
examples/mpi/schur_pc_mpi.cpp
examples/mpi/solve_mm_mpi.cpp
fortran/CMakeLists.txt
fortran/amgcl.f90
fortran/poisson.f90
lib/CMakeLists.txt
lib/amgcl.cpp
lib/amgcl.h
lib/amgcl_mpi.cpp
lib/amgcl_mpi.h
lib/dll.def
lib/mpi_dll.def
pyamgcl/CMakeLists.txt
pyamgcl/__init__.py
pyamgcl/pyamgcl.cpp
pyamgcl/pybind11
pyamgcl.egg-info/PKG-INFO
pyamgcl.egg-info/SOURCES.txt
pyamgcl.egg-info/dependency_links.txt
pyamgcl.egg-info/not-zip-safe
pyamgcl.egg-info/requires.txt
pyamgcl.egg-info/top_level.txt
tests/CMakeLists.txt
tests/sample_problem.hpp
tests/test_complex_erf.cpp
tests/test_eigen_solver.cpp
tests/test_pyamgcl.py
tests/test_qr.cpp
tests/test_skyline_lu.cpp
tests/test_solver.hpp
tests/test_solver_blaze.cpp
tests/test_solver_block_crs.cpp
tests/test_solver_builtin.cpp
tests/test_solver_complex.cpp
tests/test_solver_eigen.cpp
tests/test_solver_ns_builtin.cpp
tests/test_solver_ns_eigen.cpp
tests/test_solver_viennacl.cpp
tests/test_static_matrix.cpp