Skip to content

Commit

Permalink
List iterative solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Dec 20, 2020
1 parent bca58d3 commit 515230f
Show file tree
Hide file tree
Showing 8 changed files with 598 additions and 20 deletions.
6 changes: 3 additions & 3 deletions docs/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ AMGCL defines the following algorithmic components:
:maxdepth: 2

components/backends
components/valuetypes
components/value_types
components/adapters
components/solvers
components/itersolvers
components/iter_solvers
components/preconditioners
components/coupled_solvers
components/relaxation
components/coarsening
10 changes: 10 additions & 0 deletions docs/components/backends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ NVIDIA CUDA backend

.. cpp:class:: params

The backend parameters

.. cpp:member:: cusparseHandle_t cusparse_handle

cuSPARSE_ handle created with the `cusparseCreate()`_ function.
Expand All @@ -93,6 +95,8 @@ VexCL backend

.. cpp:class:: params

The backend parameters

.. cpp:member:: std::vector<vex::backend::command_queue> q

VexCL command queues identifying the compute devices in the compute
Expand Down Expand Up @@ -124,6 +128,8 @@ ViennaCL backend

.. cpp:class:: params

The backend parameters

.. _ViennaCL: http://viennacl.sourceforge.net/

Eigen backend
Expand All @@ -142,6 +148,8 @@ Eigen backend

.. cpp:class:: params

The backend parameters

.. _Eigen: http://eigen.tuxfamily.org

Blaze backend
Expand All @@ -159,4 +167,6 @@ Blaze backend

.. cpp:class:: params

The backend parameters

.. _Blaze: https://bitbucket.org/blaze-lib/blaze
2 changes: 2 additions & 0 deletions docs/components/coupled_solvers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Coupling Solvers and Preconditioners
====================================

0 comments on commit 515230f

Please sign in to comment.