![]() |
Reference documentation for deal.II version 9.5.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) class SolverBase<ValueType, IndexType> |
| #define | DECLARE_SOLVER_CG(ValueType, IndexType) class SolverCG<ValueType, IndexType> |
| #define | DECLARE_SOLVER_Bicgstab(ValueType, IndexType) class SolverBicgstab<ValueType, IndexType> |
| #define | DECLARE_SOLVER_CGS(ValueType, IndexType) class SolverCGS<ValueType, IndexType> |
| #define | DECLARE_SOLVER_FCG(ValueType, IndexType) class SolverFCG<ValueType, IndexType> |
| #define | DECLARE_SOLVER_GMRES(ValueType, IndexType) class SolverGMRES<ValueType, IndexType> |
| #define | DECLARE_SOLVER_IR(ValueType, IndexType) class SolverIR<ValueType, IndexType> |
| #define DECLARE_SOLVER_BASE | ( | ValueType, | |
| IndexType | |||
| ) | class SolverBase<ValueType, IndexType> |
Definition at line 520 of file ginkgo_solver.cc.
Definition at line 525 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_Bicgstab | ( | ValueType, | |
| IndexType | |||
| ) | class SolverBicgstab<ValueType, IndexType> |
Definition at line 530 of file ginkgo_solver.cc.
Definition at line 535 of file ginkgo_solver.cc.
Definition at line 540 of file ginkgo_solver.cc.
| #define DECLARE_SOLVER_GMRES | ( | ValueType, | |
| IndexType | |||
| ) | class SolverGMRES<ValueType, IndexType> |
Definition at line 545 of file ginkgo_solver.cc.