https://github.com/ddemidov/amgcl
Name Target Message Date
HEAD 42ee9da Fix rebuilding with mpi::amg 27 October 2023, 16:44:15 UTC
refs/heads/adaptive_sa 5d97bfb [WIP] Trying out simple adaptive strategy 11 January 2015, 13:16:32 UTC
refs/heads/aggr-color 4d4b12d [test] colored aggregation 18 March 2020, 11:32:58 UTC
refs/heads/amg_at_coarse 7ed692c Some tweaking 11 July 2014, 14:13:49 UTC
refs/heads/arm 6bd7f37 [wip] arm 05 September 2014, 12:37:24 UTC
refs/heads/augment-matrix-null-space aa62e2e [wip] still trying 16 August 2016, 16:40:32 UTC
refs/heads/augmented-lagrangian 7e79e6d [wip] preprocess the rhs 13 December 2020, 07:43:06 UTC
refs/heads/backend_mkl e0e840d Implemented backend::mkl 24 July 2014, 08:04:15 UTC
refs/heads/block-spmv ae81b46 [wip] temporary return to naive vexcl block operations 28 October 2016, 13:47:27 UTC
refs/heads/block_qr 3bfcddc A version of block QR 01 August 2016, 13:07:25 UTC
refs/heads/check-gcc-4.8 00a993f Check if g++-4.8 works 21 December 2018, 15:20:04 UTC
refs/heads/check_Zt_y ff12516 Check if Z^t*y == 0 11 November 2014, 08:49:08 UTC
refs/heads/coarse_solve_v1 56627e0 Fix const-correctness issue 18 March 2015, 11:35:20 UTC
refs/heads/coarse_solve_v2 f398c96 [wip] Trying to improve coarse solve scalability (v2) 18 March 2015, 19:22:58 UTC
refs/heads/complex-values a5a237f [WIP] A setup is able to compile with complex 08 November 2015, 19:59:07 UTC
refs/heads/deflation-def2 d46ef67 Make matrix in deflated cg test truly symmetric 18 June 2014, 05:04:40 UTC
refs/heads/dense_matrix_ref 4b7375f Experimenting with dense matrix/vector reference 02 August 2016, 08:22:20 UTC
refs/heads/docs-exhale eb69dbf Add exhale to requirements 31 July 2018, 13:16:05 UTC
refs/heads/dump-ilu0-matrices 9a508c8 Dump iluk as well 13 May 2017, 18:33:53 UTC
refs/heads/eamg 1f91934 Testing EAMG by Li and Zheng 03 September 2018, 11:08:39 UTC
refs/heads/eigen_solver_example c75f654 An example of using Eigen solver with amgcl preconditioner 05 August 2016, 06:04:48 UTC
refs/heads/err-trajectory 9e82389 Save error trajectory 15 July 2014, 10:01:47 UTC
refs/heads/face-deflation 7d01ce3 normalize face deflation vectors 18 August 2017, 13:00:52 UTC
refs/heads/fully-distributed-coarse-solve 54f8cc1 Do SDD coarse solve in fully distributed manner 21 September 2017, 11:40:44 UTC
refs/heads/gh-pages 4c119bb Redirect to readthedocs 18 January 2016, 06:35:24 UTC
refs/heads/machine-precision-zero e540858 Use machine precision for comparison with zero 10 September 2014, 08:26:21 UTC
refs/heads/master 42ee9da Fix rebuilding with mpi::amg 27 October 2023, 16:44:15 UTC
refs/heads/mem-usage 69a9dc6 Show memory usage in solver.cpp 12 November 2015, 07:27:28 UTC
refs/heads/minres 5a27dd3 [wip] minres implementation 19 March 2020, 08:32:56 UTC
refs/heads/mixed-precision 0e13649 Support mixed-precision solver for builtin and vexcl backends 05 May 2017, 14:00:23 UTC
refs/heads/mixed-precision-spc 6d8a17b Mixed precision in schur_pressure_correction 05 April 2020, 07:11:13 UTC
refs/heads/mpi 2ed6de2 Runtime wrapper for distributed direct solver 11 May 2016, 07:55:19 UTC
refs/heads/mpi-mixed a531da0 Mixed precision in MPI 13 September 2020, 08:48:47 UTC
refs/heads/nested-iterative-solvers-example 5761122 Use gmres as outer solver, amgcl::make_solver<> as preconditioner 27 December 2014, 19:13:46 UTC
refs/heads/no-null-space 2c9822e Count iterations in CG more accurately 29 December 2014, 10:22:48 UTC
refs/heads/orthogonalize f5ee9c4 See if orthoganalization changes anything 22 December 2015, 19:49:38 UTC
refs/heads/partition_mm 21534c0 Partition matrix with metis in solve_mm_mpi 12 September 2014, 07:17:12 UTC
refs/heads/pastix_ilu ac6ae4b Provide a wrapper for PaStiX Incomplete LU preconditioner 27 April 2016, 13:59:46 UTC
refs/heads/pybind11 a02d48b Replacing boost.python with pybind11 25 August 2016, 09:06:49 UTC
refs/heads/runtime-prm-json 8a73f43 [wip] hit a wall 14 December 2018, 19:11:19 UTC
refs/heads/scalar_with_nullspace 323b405 Test scalar poisson with non-trivial nullspace 06 May 2015, 08:48:18 UTC
refs/heads/scale-distributed-matrix a75407e Scale matrix and right-hand side Instead of solving A x = b solve D^-1 A D^-1 y = D^-1 b, x = D^-1 y 04 September 2014, 18:39:47 UTC
refs/heads/simple-precond abfd17b SIMPLE two-step preconditioner It seems the setup overhead is higher than solve time gains 02 June 2017, 08:08:38 UTC
refs/heads/sparse-deflation 23346f0 Testing boundary-precise deflation 31 August 2017, 08:17:20 UTC
refs/heads/spread_coarse_solution 276cfc5 Every rank solves coarse problem 13 September 2017, 12:32:25 UTC
refs/heads/sym_pastix 95184de Deflated matrix should be symmetric 21 June 2015, 14:55:26 UTC
refs/heads/system-matrix-storage 199e310 Sign comparison warning 28 March 2020, 12:38:14 UTC
refs/heads/travis 28e88b4 Use g++ on Travis 27 December 2015, 19:13:59 UTC
refs/heads/unit_deflation_vectors a6a56a7 Scale deflation vectors to have unit norm 28 January 2015, 12:01:07 UTC
refs/heads/uzawa 6bb12fc Looking at Uzawa preconditioner 27 April 2020, 08:22:38 UTC
refs/heads/vexcl-ilu-solve db5a895 [wip] Improve VexCL ILU solver performance by using no-sync approach 23 May 2017, 18:32:52 UTC
refs/heads/vexcl-non-scalar c983725 VexCL matrices have both width and height 19 September 2016, 13:12:49 UTC
back to top