![]() |
deal.II version 9.7.1
|
#include <deal.II/base/logstream.h>#include <deal.II/lac/ginkgo_solver.h>#include <deal.II/lac/exceptions.h>#include <cmath>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | GinkgoWrappers |
Macros | |
| #define | DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(_macro) |
| #define | DECLARE_SOLVER_BASE(ValueType, IndexType) |
| #define | DECLARE_SOLVER_CG(ValueType, IndexType) |
| #define | DECLARE_SOLVER_Bicgstab(ValueType, IndexType) |
| #define | DECLARE_SOLVER_CGS(ValueType, IndexType) |
| #define | DECLARE_SOLVER_FCG(ValueType, IndexType) |
| #define | DECLARE_SOLVER_GMRES(ValueType, IndexType) |
| #define | DECLARE_SOLVER_IR(ValueType, IndexType) |
| #define DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE | ( | _macro | ) |
Definition at line 513 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_BASE | ( | ValueType, | |
| IndexType ) |
Definition at line 519 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_CG | ( | ValueType, | |
| IndexType ) |
Definition at line 524 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_Bicgstab | ( | ValueType, | |
| IndexType ) |
Definition at line 529 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_CGS | ( | ValueType, | |
| IndexType ) |
Definition at line 534 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_FCG | ( | ValueType, | |
| IndexType ) |
Definition at line 539 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_GMRES | ( | ValueType, | |
| IndexType ) |
Definition at line 544 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_IR | ( | ValueType, | |
| IndexType ) |
Definition at line 549 of file ginkgo_solver.cc.