#include <block_jacobi.hh>
|
| BlockJacobi (const std::shared_ptr< const O > &op, const ParameterTree &config, const Alloc &alloc=Alloc()) |
|
| ~BlockJacobi () override=default |
|
void | pre (X &x, Y &b) override |
|
void | pre (auto policy, X &, Y &) |
|
void | apply (X &v, const Y &rhs) override |
|
void | apply (auto policy, X &v, const Y &rhs) |
|
void | post (X &) override |
|
SolverCategory::Category | category () const override |
|
◆ BlockJacobi()
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
Dune::Copasi::ISTL::BlockJacobi< O, Alloc >::BlockJacobi |
( |
const std::shared_ptr< const O > & |
op, |
|
|
const ParameterTree & |
config, |
|
|
const Alloc & |
alloc = Alloc() |
|
) |
| |
|
inline |
◆ ~BlockJacobi()
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
◆ apply() [1/2]
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
◆ apply() [2/2]
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
◆ category()
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
◆ factory()
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
◆ post()
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
◆ pre() [1/2]
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
◆ pre() [2/2]
template<Concept::AssembledLinearOperator O, class Alloc = std::allocator<void>>
The documentation for this class was generated from the following file: